Html Css Color HEX #F0429B Wild Strawberry

📋 copy color: '#F0429B'

red 240 ◦ green 66 ◦ blue 155

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

Shades of Wild Strawberry #F0429B

Tints of Wild Strawberry #F0429B

RGB

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

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

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

R = 52.06%
G = 14.32%
B = 33.62%

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

#F0429B (or 0xF0429B) is known color: Wild Strawberry. HEX triplet: F0, 42 and 9B. RGB value is (240,66,155). Sum of RGB (Red+Green+Blue) = 240+66+155=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0429B is #0FBD64. Grayscale: #7F7F7F. Windows color (decimal): -1031525 or 10175216. OLE color: 10175216.

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

Color convert

RGB 240 66 155 -
CMYK 0 0.72 0.35 0.06
HSL 329.31º 0.85% 0.6% -
HSV(B) 329.31º 0.73% 0.94% -
XYZ 43.8 24.79 33.49 -
YUV 128.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 240 66 155 0 0.72 0.35 0.06 329.31 0.85 0.6
Hex F0 42 9B 0 48 23 6 149 55 3C
Octal 360 102 233 0 110 43 6 511 125 74
Binary 11110000 1000010 10011011 0 1001000 100011 110 101001001 1010101 111100

Color Harmonies of #F0429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0429B

Black with #F0429B

Text Example


Text Example

White with #F0429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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