#F01F27

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

Shades of Alizarin #F01F27

Tints of Alizarin #F01F27

Color information

#F01F27 (or 0xF01F27) is unknown color: approx Alizarin. HEX triplet: F0, 1F and 27. RGB value is (240,31,39). Sum of RGB (Red+Green+Blue) = 240+31+39=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F27 is #0FE0D8. Grayscale: #5E5E5E. Windows color (decimal): -1040601 or 2564080. OLE color: 2564080.

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

Color convert

RGB2403139-
CMYK00.870.840.06
HSL357.7º87.45%53.14%-
HSV(B)357.7º87.08%94.12%-
XYZ36.7919.653.77-
YUV94.496.74231.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 77.42%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=77.42%
G=10%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240313900.870.840.06357.787.4553.14
HexF01F270575461665735
Octal36037470127124654612765
Binary11110000111111001110101011110101001101011001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F27; }

 p { color: rgb(240,31,39); }

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

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

 a { background-color: rgb(240,31,39); }

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

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

 span { border-color: rgb(240,31,39); }

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