Html Css Color HEX #F2429B Wild Strawberry

📋 copy color: '#F2429B'

red 242 ◦ green 66 ◦ blue 155

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

Shades of Wild Strawberry #F2429B

Tints of Wild Strawberry #F2429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 52.27%
G = 14.25%
B = 33.48%

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

#F2429B (or 0xF2429B) is known color: Wild Strawberry. HEX triplet: F2, 42 and 9B. RGB value is (242,66,155). Sum of RGB (Red+Green+Blue) = 242+66+155=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2429B is #0DBD64. Grayscale: #808080. Windows color (decimal): -900453 or 10175218. OLE color: 10175218.

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

Color convert

RGB 242 66 155 -
CMYK 0 0.73 0.36 0.05
HSL 329.66º 0.87% 0.6% -
HSV(B) 329.66º 0.73% 0.95% -
XYZ 44.48 25.14 33.52 -
YUV 128.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 242 66 155 0 0.73 0.36 0.05 329.66 0.87 0.6
Hex F2 42 9B 0 49 24 5 14A 57 3C
Octal 362 102 233 0 111 44 5 512 127 74
Binary 11110010 1000010 10011011 0 1001001 100100 101 101001010 1010111 111100

Color Harmonies of #F2429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2429B

Black with #F2429B

Text Example


Text Example

White with #F2429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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