#F01F3C

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

Shades of Alizarin #F01F3C

Tints of Alizarin #F01F3C

Color information

#F01F3C (or 0xF01F3C) is unknown color: approx Alizarin. HEX triplet: F0, 1F and 3C. RGB value is (240,31,60). Sum of RGB (Red+Green+Blue) = 240+31+60=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F3C is #0FE0C3. Grayscale: #606060. Windows color (decimal): -1040580 or 3940336. OLE color: 3940336.

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

Color convert

RGB2403160-
CMYK00.870.750.06
HSL351.67º87.45%53.14%-
HSV(B)351.67º87.08%94.12%-
XYZ37.2419.836.14-
YUV96.8107.24230.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.51%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=72.51%
G=9.37%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240316000.870.750.06351.6787.4553.14
HexF01F3C0574B61605735
Octal36037740127113654012765
Binary11110000111111111000101011110010111101011000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F3C; }

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

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

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

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

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

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

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

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