#F52840

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

Shades of Alizarin #F52840

Tints of Alizarin #F52840

Color information

#F52840 (or 0xF52840) is unknown color: approx Alizarin. HEX triplet: F5, 28 and 40. RGB value is (245,40,64). Sum of RGB (Red+Green+Blue) = 245+40+64=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F52840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52840 is #0AD7BF. Grayscale: #686868. Windows color (decimal): -710592 or 4204789. OLE color: 4204789.

HSL color Cylindrical-coordinate representation of color #F52840: hue angle of 352.98º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52840 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB2454064-
CMYK00.840.740.04
HSL352.98º91.11%55.88%-
HSV(B)352.98º83.67%96.08%-
XYZ39.3421.36.89-
YUV104.03105.42228.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 70.20%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=70.20%
G=11.46%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245406400.840.740.04352.9891.1155.88
HexF528400544A41615b38
Octal365501000124112454113370
Binary1111010110100010000000101010010010101001011000011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52840; }

 p { color: rgb(245,40,64); }

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

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

 a { background-color: rgb(245,40,64); }

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

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

 span { border-color: rgb(245,40,64); }

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