#F42539

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

Shades of Alizarin #F42539

Tints of Alizarin #F42539

Color information

#F42539 (or 0xF42539) is unknown color: approx Alizarin. HEX triplet: F4, 25 and 39. RGB value is (244,37,57). Sum of RGB (Red+Green+Blue) = 244+37+57=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F42539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42539 is #0BDAC6. Grayscale: #656565. Windows color (decimal): -776903 or 3745268. OLE color: 3745268.

HSL color Cylindrical-coordinate representation of color #F42539: hue angle of 354.2º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42539 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB2443757-
CMYK00.850.770.04
HSL354.2º90.39%55.1%-
HSV(B)354.2º84.84%95.69%-
XYZ38.7120.855.86-
YUV101.17103.08229.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.19%
GREEN value IS 37 (14.84% from 255) = 10.95%
BLUE value IS 57 (22.66% from 255) = 16.86%
R=72.19%
G=10.95%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244375700.850.770.04354.290.3955.1
HexF425390554D41625a37
Octal36445710125115454213267
Binary111101001001011110010101010110011011001011000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42539; }

 p { color: rgb(244,37,57); }

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

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

 a { background-color: rgb(244,37,57); }

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

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

 span { border-color: rgb(244,37,57); }

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