Html Css Color HEX #F02E32 Alizarin

📋 copy color: '#F02E32'

red 240 ◦ green 46 ◦ blue 50

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

Shades of Alizarin #F02E32

Tints of Alizarin #F02E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 50 (19.92% from 255) = 14.88%

R = 71.43%
G = 13.69%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F02E32 (or 0xF02E32) is known color: Alizarin. HEX triplet: F0, 2E and 32. RGB value is (240,46,50). Sum of RGB (Red+Green+Blue) = 240+46+50=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02E32 is #0FD1CD. Grayscale: #686868. Windows color (decimal): -1036750 or 3288816. OLE color: 3288816.

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

Color convert

RGB 240 46 50 -
CMYK 0 0.81 0.79 0.06
HSL 358.76º 0.87% 0.56% -
HSV(B) 358.76º 0.81% 0.94% -
XYZ 37.49 20.71 5.04 -
YUV 104.46 97.27 224.67 -
System Red Green Blue C M Y K H S L
Decimal 240 46 50 0 0.81 0.79 0.06 358.76 0.87 0.56
Hex F0 2E 32 0 51 4F 6 167 57 38
Octal 360 56 62 0 121 117 6 547 127 70
Binary 11110000 101110 110010 0 1010001 1001111 110 101100111 1010111 111000

Color Harmonies of #F02E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02E32

Black with #F02E32

Text Example


Text Example

White with #F02E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02E32; }

 p { color: rgb(240,46,50); }

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

background-color css

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

 a { background-color: rgb(240,46,50); }

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

border-color css

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

 span { border-color: rgb(240,46,50); }

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