Html Css Color HEX #F0429D Wild Strawberry

📋 copy color: '#F0429D'

red 240 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #F0429D

Tints of Wild Strawberry #F0429D

RGB

 RED value IS 240 (94.14% from 255) = 51.84%

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

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

R = 51.84%
G = 14.25%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0429D (or 0xF0429D) is known color: Wild Strawberry. HEX triplet: F0, 42 and 9D. RGB value is (240,66,157). Sum of RGB (Red+Green+Blue) = 240+66+157=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0429D is #0FBD62. Grayscale: #808080. Windows color (decimal): -1031523 or 10306288. OLE color: 10306288.

HSL color Cylindrical-coordinate representation of color #F0429D: hue angle of 328.62º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0429D is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 157 -
CMYK 0 0.72 0.35 0.06
HSL 328.62º 0.85% 0.6% -
HSV(B) 328.62º 0.73% 0.94% -
XYZ 43.97 24.86 34.38 -
YUV 128.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 240 66 157 0 0.72 0.35 0.06 328.62 0.85 0.6
Hex F0 42 9D 0 48 23 6 149 55 3C
Octal 360 102 235 0 110 43 6 511 125 74
Binary 11110000 1000010 10011101 0 1001000 100011 110 101001001 1010101 111100

Color Harmonies of #F0429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0429D

Black with #F0429D

Text Example


Text Example

White with #F0429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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