Html Css Color HEX #F02029 Alizarin

📋 copy color: '#F02029'

red 240 ◦ green 32 ◦ blue 41

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

Shades of Alizarin #F02029

Tints of Alizarin #F02029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

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

R = 76.68%
G = 10.22%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F02029 (or 0xF02029) is known color: Alizarin. HEX triplet: F0, 20 and 29. RGB value is (240,32,41). Sum of RGB (Red+Green+Blue) = 240+32+41=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F02029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02029 is #0FDFD6. Grayscale: #5F5F5F. Windows color (decimal): -1040343 or 2695408. OLE color: 2695408.

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

Color convert

RGB 240 32 41 -
CMYK 0 0.87 0.83 0.06
HSL 357.4º 0.87% 0.53% -
HSV(B) 357.4º 0.87% 0.94% -
XYZ 36.85 19.72 3.96 -
YUV 95.22 97.41 231.27 -
System Red Green Blue C M Y K H S L
Decimal 240 32 41 0 0.87 0.83 0.06 357.4 0.87 0.53
Hex F0 20 29 0 57 53 6 165 57 35
Octal 360 40 51 0 127 123 6 545 127 65
Binary 11110000 100000 101001 0 1010111 1010011 110 101100101 1010111 110101

Color Harmonies of #F02029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02029

Black with #F02029

Text Example


Text Example

White with #F02029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02029; }

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

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

background-color css

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

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

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

border-color css

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

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

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