#F53CA8

Color #F53CA8 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F53CA8

Tints of Wild Strawberry #F53CA8

Color information

#F53CA8 (or 0xF53CA8) is unknown color: approx Wild Strawberry. HEX triplet: F5, 3C and A8. RGB value is (245,60,168). Sum of RGB (Red+Green+Blue) = 245+60+168=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53CA8 is #0AC357. Grayscale: #7F7F7F. Windows color (decimal): -705368 or 11025653. OLE color: 11025653.

HSL color Cylindrical-coordinate representation of color #F53CA8: hue angle of 324.97º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CA8 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24560168-
CMYK00.760.310.04
HSL324.97º90.24%59.8%-
HSV(B)324.97º75.51%96.08%-
XYZ46.3425.4739.52-
YUV127.63150.79211.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 51.80%
GREEN value IS 60 (23.83% from 255) = 12.68%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=51.80%
G=12.68%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456016800.760.310.04324.9790.2459.8
HexF53CA804C1F41455a3c
Octal36574250011437450513274
Binary111101011111001010100001001100111111001010001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53CA8; }

 p { color: rgb(245,60,168); }

 H1.HeaderClassName
 {
   color: #F53CA8;
 }
 .AnyTagClassName
 {
   color: #F53CA8;
 }
</style>
background-color css

<style>
 a { background-color: #F53CA8; }

 a { background-color: rgb(245,60,168); }

 div.DivClassName
 {
   background-color: #F53CA8;
 }
 .BgClassName
 {
   background-color: #F53CA8;
 }
</style>
border-color css

<style>
 span { border-color: #F53CA8; }

 span { border-color: rgb(245,60,168); }

 td.TdClassName
 {
   border-color: #F53CA8;
 }
 .TagClassName
 {
   border-color: #F53CA8;
 }
</style>