#F0213C

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

Shades of Alizarin #F0213C

Tints of Alizarin #F0213C

Color information

#F0213C (or 0xF0213C) is unknown color: approx Alizarin. HEX triplet: F0, 21 and 3C. RGB value is (240,33,60). Sum of RGB (Red+Green+Blue) = 240+33+60=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0213C is #0FDEC3. Grayscale: #626262. Windows color (decimal): -1040068 or 3940848. OLE color: 3940848.

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

Color convert

RGB2403360-
CMYK00.860.750.06
HSL352.17º87.34%53.53%-
HSV(B)352.17º86.25%94.12%-
XYZ37.2919.946.16-
YUV97.97106.58229.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.07%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=72.07%
G=9.91%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240336000.860.750.06352.1787.3453.53
HexF0213C0564B61605736
Octal36041740126113654012766
Binary111100001000011111000101011010010111101011000001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0213C; }

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

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

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

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

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

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

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

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