Html Css Color HEX #F2429E Wild Strawberry

📋 copy color: '#F2429E'

red 242 ◦ green 66 ◦ blue 158

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

Shades of Wild Strawberry #F2429E

Tints of Wild Strawberry #F2429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.91%

R = 51.93%
G = 14.16%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2429E (or 0xF2429E) is known color: Wild Strawberry. HEX triplet: F2, 42 and 9E. RGB value is (242,66,158). Sum of RGB (Red+Green+Blue) = 242+66+158=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2429E is #0DBD61. Grayscale: #808080. Windows color (decimal): -900450 or 10371826. OLE color: 10371826.

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

Color convert

RGB 242 66 158 -
CMYK 0 0.73 0.35 0.05
HSL 328.64º 0.87% 0.6% -
HSV(B) 328.64º 0.73% 0.95% -
XYZ 44.74 25.24 34.86 -
YUV 129.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 242 66 158 0 0.73 0.35 0.05 328.64 0.87 0.6
Hex F2 42 9E 0 49 23 5 149 57 3C
Octal 362 102 236 0 111 43 5 511 127 74
Binary 11110010 1000010 10011110 0 1001001 100011 101 101001001 1010111 111100

Color Harmonies of #F2429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2429E

Black with #F2429E

Text Example


Text Example

White with #F2429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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