#F72B30

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

Shades of Alizarin #F72B30

Tints of Alizarin #F72B30

Color information

#F72B30 (or 0xF72B30) is unknown color: approx Alizarin. HEX triplet: F7, 2B and 30. RGB value is (247,43,48). Sum of RGB (Red+Green+Blue) = 247+43+48=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F72B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72B30 is #08D4CF. Grayscale: #686868. Windows color (decimal): -578768 or 3156983. OLE color: 3156983.

HSL color Cylindrical-coordinate representation of color #F72B30: hue angle of 358.53º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72B30 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB2474348-
CMYK00.830.810.03
HSL358.53º92.73%56.86%-
HSV(B)358.53º82.59%96.86%-
XYZ39.7621.724.89-
YUV104.5796.09229.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 73.08%
GREEN value IS 43 (17.19% from 255) = 12.72%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=73.08%
G=12.72%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247434800.830.810.03358.5392.7356.86
HexF72B300535131675d39
Octal36753600123121354713571
Binary11110111101011110000010100111010001111011001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72B30; }

 p { color: rgb(247,43,48); }

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

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

 a { background-color: rgb(247,43,48); }

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

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

 span { border-color: rgb(247,43,48); }

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