Html Css Color HEX #F02F33 Alizarin

📋 copy color: '#F02F33'

red 240 ◦ green 47 ◦ blue 51

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

Shades of Alizarin #F02F33

Tints of Alizarin #F02F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.91%

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 71.01%
G = 13.91%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F02F33 (or 0xF02F33) is known color: Alizarin. HEX triplet: F0, 2F and 33. RGB value is (240,47,51). Sum of RGB (Red+Green+Blue) = 240+47+51=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02F33 is #0FD0CC. Grayscale: #696969. Windows color (decimal): -1036493 or 3354608. OLE color: 3354608.

HSL color Cylindrical-coordinate representation of color #F02F33: 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.8%. Process color model (Four color, CMYK) of #F02F33 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 47 51 -
CMYK 0 0.80 0.79 0.06
HSL 358.76º 0.87% 0.56% -
HSV(B) 358.76º 0.8% 0.94% -
XYZ 37.55 20.8 5.17 -
YUV 105.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 240 47 51 0 0.80 0.79 0.06 358.76 0.87 0.56
Hex F0 2F 33 0 50 4F 6 167 57 38
Octal 360 57 63 0 120 117 6 547 127 70
Binary 11110000 101111 110011 0 1010000 1001111 110 101100111 1010111 111000

Color Harmonies of #F02F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02F33

Black with #F02F33

Text Example


Text Example

White with #F02F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02F33; }

 p { color: rgb(240,47,51); }

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

background-color css

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

 a { background-color: rgb(240,47,51); }

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

border-color css

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

 span { border-color: rgb(240,47,51); }

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