#F0409F

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

Shades of Wild Strawberry #F0409F

Tints of Wild Strawberry #F0409F

Color information

#F0409F (or 0xF0409F) is unknown color: approx Wild Strawberry. HEX triplet: F0, 40 and 9F. RGB value is (240,64,159). Sum of RGB (Red+Green+Blue) = 240+64+159=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0409F is #0FBF60. Grayscale: #7F7F7F. Windows color (decimal): -1032033 or 10436848. OLE color: 10436848.

HSL color Cylindrical-coordinate representation of color #F0409F: hue angle of 327.61º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0409F is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB24064159-
CMYK00.730.340.06
HSL327.61º85.44%59.61%-
HSV(B)327.61º73.33%94.12%-
XYZ44.0324.735.25-
YUV127.45145.81208.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.84%
GREEN value IS 64 (25.39% from 255) = 13.82%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=51.84%
G=13.82%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406415900.730.340.06327.6185.4459.61
HexF0409F049226148553c
Octal360100237011142651012574
Binary11110000100000010011111010010011000101101010010001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0409F; }

 p { color: rgb(240,64,159); }

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

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

 a { background-color: rgb(240,64,159); }

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

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

 span { border-color: rgb(240,64,159); }

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