#F01F3E

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

Shades of Alizarin #F01F3E

Tints of Alizarin #F01F3E

Color information

#F01F3E (or 0xF01F3E) is unknown color: approx Alizarin. HEX triplet: F0, 1F and 3E. RGB value is (240,31,62). Sum of RGB (Red+Green+Blue) = 240+31+62=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F3E is #0FE0C1. Grayscale: #616161. Windows color (decimal): -1040578 or 4071408. OLE color: 4071408.

HSL color Cylindrical-coordinate representation of color #F01F3E: hue angle of 351.1º 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 #F01F3E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB2403162-
CMYK00.870.740.06
HSL351.1º87.45%53.14%-
HSV(B)351.1º87.08%94.12%-
XYZ37.2919.856.42-
YUV97.02108.24229.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.07%
GREEN value IS 31 (12.5% from 255) = 9.31%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=72.07%
G=9.31%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240316200.870.740.06351.187.4553.14
HexF01F3E0574A615f5735
Octal36037760127112653712765
Binary11110000111111111100101011110010101101010111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F3E; }

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

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

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

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

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

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

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

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