Html Css Color HEX #F2429D Wild Strawberry

📋 copy color: '#F2429D'

red 242 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #F2429D

Tints of Wild Strawberry #F2429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 52.04%
G = 14.19%
B = 33.76%

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

#F2429D (or 0xF2429D) is known color: Wild Strawberry. HEX triplet: F2, 42 and 9D. RGB value is (242,66,157). Sum of RGB (Red+Green+Blue) = 242+66+157=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2429D is #0DBD62. Grayscale: #808080. Windows color (decimal): -900451 or 10306290. OLE color: 10306290.

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

Color convert

RGB 242 66 157 -
CMYK 0 0.73 0.35 0.05
HSL 328.98º 0.87% 0.6% -
HSV(B) 328.98º 0.73% 0.95% -
XYZ 44.65 25.21 34.41 -
YUV 129 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 242 66 157 0 0.73 0.35 0.05 328.98 0.87 0.6
Hex F2 42 9D 0 49 23 5 149 57 3C
Octal 362 102 235 0 111 43 5 511 127 74
Binary 11110010 1000010 10011101 0 1001001 100011 101 101001001 1010111 111100

Color Harmonies of #F2429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2429D

Black with #F2429D

Text Example


Text Example

White with #F2429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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