Html Css Color HEX #F02028 Alizarin

📋 copy color: '#F02028'

red 240 ◦ green 32 ◦ blue 40

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

Shades of Alizarin #F02028

Tints of Alizarin #F02028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 76.92%
G = 10.26%
B = 12.82%

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

#F02028 (or 0xF02028) is known color: Alizarin. HEX triplet: F0, 20 and 28. RGB value is (240,32,40). Sum of RGB (Red+Green+Blue) = 240+32+40=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02028 is #0FDFD7. Grayscale: #5F5F5F. Windows color (decimal): -1040344 or 2629872. OLE color: 2629872.

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

Color convert

RGB 240 32 40 -
CMYK 0 0.87 0.83 0.06
HSL 357.69º 0.87% 0.53% -
HSV(B) 357.69º 0.87% 0.94% -
XYZ 36.83 19.71 3.87 -
YUV 95.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 240 32 40 0 0.87 0.83 0.06 357.69 0.87 0.53
Hex F0 20 28 0 57 53 6 166 57 35
Octal 360 40 50 0 127 123 6 546 127 65
Binary 11110000 100000 101000 0 1010111 1010011 110 101100110 1010111 110101

Color Harmonies of #F02028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02028

Black with #F02028

Text Example


Text Example

White with #F02028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02028; }

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

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

background-color css

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

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

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

border-color css

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

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

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