Html Css Color HEX #F0429C Wild Strawberry

📋 copy color: '#F0429C'

red 240 ◦ green 66 ◦ blue 156

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

Shades of Wild Strawberry #F0429C

Tints of Wild Strawberry #F0429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.29%

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

R = 51.95%
G = 14.29%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0429C (or 0xF0429C) is known color: Wild Strawberry. HEX triplet: F0, 42 and 9C. RGB value is (240,66,156). Sum of RGB (Red+Green+Blue) = 240+66+156=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0429C is #0FBD63. Grayscale: #808080. Windows color (decimal): -1031524 or 10240752. OLE color: 10240752.

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

Color convert

RGB 240 66 156 -
CMYK 0 0.72 0.35 0.06
HSL 328.97º 0.85% 0.6% -
HSV(B) 328.97º 0.73% 0.94% -
XYZ 43.88 24.82 33.93 -
YUV 128.29 143.65 207.68 -
System Red Green Blue C M Y K H S L
Decimal 240 66 156 0 0.72 0.35 0.06 328.97 0.85 0.6
Hex F0 42 9C 0 48 23 6 149 55 3C
Octal 360 102 234 0 110 43 6 511 125 74
Binary 11110000 1000010 10011100 0 1001000 100011 110 101001001 1010101 111100

Color Harmonies of #F0429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0429C

Black with #F0429C

Text Example


Text Example

White with #F0429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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