Html Css Color HEX #F2429C Wild Strawberry

📋 copy color: '#F2429C'

red 242 ◦ green 66 ◦ blue 156

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

Shades of Wild Strawberry #F2429C

Tints of Wild Strawberry #F2429C

RGB

 RED value IS 242 (94.92% from 255) = 52.16%

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

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

R = 52.16%
G = 14.22%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2429C (or 0xF2429C) is known color: Wild Strawberry. HEX triplet: F2, 42 and 9C. RGB value is (242,66,156). Sum of RGB (Red+Green+Blue) = 242+66+156=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2429C is #0DBD63. Grayscale: #808080. Windows color (decimal): -900452 or 10240754. OLE color: 10240754.

HSL color Cylindrical-coordinate representation of color #F2429C: hue angle of 329.32º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2429C is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 66 156 -
CMYK 0 0.73 0.36 0.05
HSL 329.32º 0.87% 0.6% -
HSV(B) 329.32º 0.73% 0.95% -
XYZ 44.57 25.17 33.96 -
YUV 128.88 143.31 208.68 -
System Red Green Blue C M Y K H S L
Decimal 242 66 156 0 0.73 0.36 0.05 329.32 0.87 0.6
Hex F2 42 9C 0 49 24 5 149 57 3C
Octal 362 102 234 0 111 44 5 511 127 74
Binary 11110010 1000010 10011100 0 1001001 100100 101 101001001 1010111 111100

Color Harmonies of #F2429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2429C

Black with #F2429C

Text Example


Text Example

White with #F2429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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