Html Css Color HEX #F02731 Alizarin

📋 copy color: '#F02731'

red 240 ◦ green 39 ◦ blue 49

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

Shades of Alizarin #F02731

Tints of Alizarin #F02731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 73.17%
G = 11.89%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F02731 (or 0xF02731) is known color: Alizarin. HEX triplet: F0, 27 and 31. RGB value is (240,39,49). Sum of RGB (Red+Green+Blue) = 240+39+49=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F02731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02731 is #0FD8CE. Grayscale: #646464. Windows color (decimal): -1038543 or 3221488. OLE color: 3221488.

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

Color convert

RGB 240 39 49 -
CMYK 0 0.84 0.80 0.06
HSL 357.01º 0.87% 0.55% -
HSV(B) 357.01º 0.84% 0.94% -
XYZ 37.22 20.2 4.84 -
YUV 100.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 240 39 49 0 0.84 0.80 0.06 357.01 0.87 0.55
Hex F0 27 31 0 54 50 6 165 57 37
Octal 360 47 61 0 124 120 6 545 127 67
Binary 11110000 100111 110001 0 1010100 1010000 110 101100101 1010111 110111

Color Harmonies of #F02731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02731

Black with #F02731

Text Example


Text Example

White with #F02731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02731; }

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

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

background-color css

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

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

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

border-color css

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

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

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