Html Css Color HEX #F0409C Wild Strawberry

📋 copy color: '#F0409C'

red 240 ◦ green 64 ◦ blue 156

#F0409C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #F0409C

Tints of Wild Strawberry #F0409C

RGB

 RED value IS 240 (94.14% from 255) = 52.17%

 GREEN value IS 64 (25.39% from 255) = 13.91%

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 52.17%
G = 13.91%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0409C (or 0xF0409C) is known color: Wild Strawberry. HEX triplet: F0, 40 and 9C. RGB value is (240,64,156). Sum of RGB (Red+Green+Blue) = 240+64+156=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0409C is #0FBF63. Grayscale: #7E7E7E. Windows color (decimal): -1032036 or 10240240. OLE color: 10240240.

HSL color Cylindrical-coordinate representation of color #F0409C: hue angle of 328.64º 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 #F0409C is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 156 -
CMYK 0 0.73 0.35 0.06
HSL 328.64º 0.85% 0.6% -
HSV(B) 328.64º 0.73% 0.94% -
XYZ 43.77 24.59 33.89 -
YUV 127.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 240 64 156 0 0.73 0.35 0.06 328.64 0.85 0.6
Hex F0 40 9C 0 49 23 6 149 55 3C
Octal 360 100 234 0 111 43 6 511 125 74
Binary 11110000 1000000 10011100 0 1001001 100011 110 101001001 1010101 111100

Color Harmonies of #F0409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0409C

Black with #F0409C

Text Example


Text Example

White with #F0409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0409C; }

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

 H1.HeaderClassName
 {
   color: #F0409C;
 }
 .AnyTagClassName
 {
   color: #F0409C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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