Html Css Color HEX #F0429E Wild Strawberry

📋 copy color: '#F0429E'

red 240 ◦ green 66 ◦ blue 158

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

Shades of Wild Strawberry #F0429E

Tints of Wild Strawberry #F0429E

RGB

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

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

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

R = 51.72%
G = 14.22%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0429E (or 0xF0429E) is known color: Wild Strawberry. HEX triplet: F0, 42 and 9E. RGB value is (240,66,158). Sum of RGB (Red+Green+Blue) = 240+66+158=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0429E is #0FBD61. Grayscale: #808080. Windows color (decimal): -1031522 or 10371824. OLE color: 10371824.

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

Color convert

RGB 240 66 158 -
CMYK 0 0.72 0.34 0.06
HSL 328.28º 0.85% 0.6% -
HSV(B) 328.28º 0.73% 0.94% -
XYZ 44.05 24.89 34.83 -
YUV 128.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 240 66 158 0 0.72 0.34 0.06 328.28 0.85 0.6
Hex F0 42 9E 0 48 22 6 148 55 3C
Octal 360 102 236 0 110 42 6 510 125 74
Binary 11110000 1000010 10011110 0 1001000 100010 110 101001000 1010101 111100

Color Harmonies of #F0429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0429E

Black with #F0429E

Text Example


Text Example

White with #F0429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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