#F0213B

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

Shades of Alizarin #F0213B

Tints of Alizarin #F0213B

Color information

#F0213B (or 0xF0213B) is unknown color: approx Alizarin. HEX triplet: F0, 21 and 3B. RGB value is (240,33,59). Sum of RGB (Red+Green+Blue) = 240+33+59=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0213B is #0FDEC4. Grayscale: #616161. Windows color (decimal): -1040069 or 3875312. OLE color: 3875312.

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

Color convert

RGB2403359-
CMYK00.860.750.06
HSL352.46º87.34%53.53%-
HSV(B)352.46º86.25%94.12%-
XYZ37.2719.936.02-
YUV97.86106.08229.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.29%
GREEN value IS 33 (13.28% from 255) = 9.94%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=72.29%
G=9.94%
B=17.77%

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
Decimal240335900.860.750.06352.4687.3453.53
HexF0213B0564B61605736
Octal36041730126113654012766
Binary111100001000011110110101011010010111101011000001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0213B; }

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

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

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

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

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

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

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

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