#F7252A

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

Shades of Alizarin #F7252A

Tints of Alizarin #F7252A

Color information

#F7252A (or 0xF7252A) is unknown color: approx Alizarin. HEX triplet: F7, 25 and 2A. RGB value is (247,37,42). Sum of RGB (Red+Green+Blue) = 247+37+42=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F7252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7252A is #08DAD5. Grayscale: #646464. Windows color (decimal): -580310 or 2762231. OLE color: 2762231.

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

Color convert

RGB2473742-
CMYK00.850.830.03
HSL358.57º92.92%55.69%-
HSV(B)358.57º85.02%96.86%-
XYZ39.4421.264.22-
YUV100.3695.07232.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 75.77%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=75.77%
G=11.35%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247374200.850.830.03358.5792.9255.69
HexF7252A0555331675d38
Octal36745520125123354713570
Binary11110111100101101010010101011010011111011001111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7252A; }

 p { color: rgb(247,37,42); }

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

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

 a { background-color: rgb(247,37,42); }

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

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

 span { border-color: rgb(247,37,42); }

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