#F5419C

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

Shades of Wild Strawberry #F5419C

Tints of Wild Strawberry #F5419C

Color information

#F5419C (or 0xF5419C) is unknown color: approx Wild Strawberry. HEX triplet: F5, 41 and 9C. RGB value is (245,65,156). Sum of RGB (Red+Green+Blue) = 245+65+156=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5419C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5419C is #0ABE63. Grayscale: #818181. Windows color (decimal): -704100 or 10240501. OLE color: 10240501.

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

Color convert

RGB24565156-
CMYK00.730.360.04
HSL329.67º90%60.78%-
HSV(B)329.67º73.47%96.08%-
XYZ45.5525.5933.99-
YUV129.19143.13210.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.58%
GREEN value IS 65 (25.78% from 255) = 13.95%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=52.58%
G=13.95%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456515600.730.360.04329.679060.78
HexF5419C04924414a5a3d
Octal365101234011144451213275
Binary11110101100000110011100010010011001001001010010101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5419C; }

 p { color: rgb(245,65,156); }

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

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

 a { background-color: rgb(245,65,156); }

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

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

 span { border-color: rgb(245,65,156); }

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