#F02A33

Color #F02A33 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F02A33

Tints of Alizarin #F02A33

Color information

#F02A33 (or 0xF02A33) is unknown color: approx Alizarin. HEX triplet: F0, 2A and 33. RGB value is (240,42,51). Sum of RGB (Red+Green+Blue) = 240+42+51=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A33 is #0FD5CC. Grayscale: #666666. Windows color (decimal): -1037773 or 3353328. OLE color: 3353328.

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

Color convert

RGB2404251-
CMYK00.820.790.06
HSL357.27º86.84%55.29%-
HSV(B)357.27º82.5%94.12%-
XYZ37.3620.425.1-
YUV102.2399.1226.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.07%
GREEN value IS 42 (16.80% from 255) = 12.61%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=72.07%
G=12.61%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240425100.820.790.06357.2786.8455.29
HexF02A330524F61655737
Octal36052630122117654512767
Binary111100001010101100110101001010011111101011001011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02A33; }

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

 H1.HeaderClassName
 {
   color: #F02A33;
 }
 .AnyTagClassName
 {
   color: #F02A33;
 }
</style>
background-color css

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

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

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

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

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

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