Html Css Color HEX #F02331 Alizarin

📋 copy color: '#F02331'

red 240 ◦ green 35 ◦ blue 49

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

Shades of Alizarin #F02331

Tints of Alizarin #F02331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 74.07%
G = 10.8%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F02331 (or 0xF02331) is known color: Alizarin. HEX triplet: F0, 23 and 31. RGB value is (240,35,49). Sum of RGB (Red+Green+Blue) = 240+35+49=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F02331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02331 is #0FDCCE. Grayscale: #626262. Windows color (decimal): -1039567 or 3220464. OLE color: 3220464.

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

Color convert

RGB 240 35 49 -
CMYK 0 0.85 0.80 0.06
HSL 355.9º 0.87% 0.54% -
HSV(B) 355.9º 0.85% 0.94% -
XYZ 37.09 19.95 4.8 -
YUV 97.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 240 35 49 0 0.85 0.80 0.06 355.9 0.87 0.54
Hex F0 23 31 0 55 50 6 164 57 36
Octal 360 43 61 0 125 120 6 544 127 66
Binary 11110000 100011 110001 0 1010101 1010000 110 101100100 1010111 110110

Color Harmonies of #F02331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02331

Black with #F02331

Text Example


Text Example

White with #F02331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02331; }

 p { color: rgb(240,35,49); }

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

background-color css

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

 a { background-color: rgb(240,35,49); }

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

border-color css

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

 span { border-color: rgb(240,35,49); }

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