Html Css Color HEX #F2429F Wild Strawberry

📋 copy color: '#F2429F'

red 242 ◦ green 66 ◦ blue 159

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

Shades of Wild Strawberry #F2429F

Tints of Wild Strawberry #F2429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 51.82%
G = 14.13%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2429F (or 0xF2429F) is known color: Wild Strawberry. HEX triplet: F2, 42 and 9F. RGB value is (242,66,159). Sum of RGB (Red+Green+Blue) = 242+66+159=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2429F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2429F is #0DBD60. Grayscale: #818181. Windows color (decimal): -900449 or 10437362. OLE color: 10437362.

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

Color convert

RGB 242 66 159 -
CMYK 0 0.73 0.34 0.05
HSL 328.3º 0.87% 0.6% -
HSV(B) 328.3º 0.73% 0.95% -
XYZ 44.82 25.28 35.32 -
YUV 129.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 242 66 159 0 0.73 0.34 0.05 328.3 0.87 0.6
Hex F2 42 9F 0 49 22 5 148 57 3C
Octal 362 102 237 0 111 42 5 510 127 74
Binary 11110010 1000010 10011111 0 1001001 100010 101 101001000 1010111 111100

Color Harmonies of #F2429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2429F

Black with #F2429F

Text Example


Text Example

White with #F2429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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