Html Css Color HEX #F02429 Alizarin

📋 copy color: '#F02429'

red 240 ◦ green 36 ◦ blue 41

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

Shades of Alizarin #F02429

Tints of Alizarin #F02429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 75.71%
G = 11.36%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F02429 (or 0xF02429) is known color: Alizarin. HEX triplet: F0, 24 and 29. RGB value is (240,36,41). Sum of RGB (Red+Green+Blue) = 240+36+41=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F02429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02429 is #0FDBD6. Grayscale: #616161. Windows color (decimal): -1039319 or 2696432. OLE color: 2696432.

HSL color Cylindrical-coordinate representation of color #F02429: hue angle of 358.53º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02429 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 41 -
CMYK 0 0.85 0.83 0.06
HSL 358.53º 0.87% 0.54% -
HSV(B) 358.53º 0.85% 0.94% -
XYZ 36.97 19.95 4 -
YUV 97.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 240 36 41 0 0.85 0.83 0.06 358.53 0.87 0.54
Hex F0 24 29 0 55 53 6 167 57 36
Octal 360 44 51 0 125 123 6 547 127 66
Binary 11110000 100100 101001 0 1010101 1010011 110 101100111 1010111 110110

Color Harmonies of #F02429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02429

Black with #F02429

Text Example


Text Example

White with #F02429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02429; }

 p { color: rgb(240,36,41); }

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

background-color css

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

 a { background-color: rgb(240,36,41); }

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

border-color css

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

 span { border-color: rgb(240,36,41); }

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