#F0203D

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

Shades of Alizarin #F0203D

Tints of Alizarin #F0203D

Color information

#F0203D (or 0xF0203D) is unknown color: approx Alizarin. HEX triplet: F0, 20 and 3D. RGB value is (240,32,61). Sum of RGB (Red+Green+Blue) = 240+32+61=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0203D is #0FDFC2. Grayscale: #616161. Windows color (decimal): -1040323 or 4006128. OLE color: 4006128.

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

Color convert

RGB2403261-
CMYK00.870.750.06
HSL351.63º87.39%53.33%-
HSV(B)351.63º86.67%94.12%-
XYZ37.2919.96.29-
YUV97.5107.41229.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.07%
GREEN value IS 32 (12.89% from 255) = 9.61%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=72.07%
G=9.61%
B=18.32%

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
Decimal240326100.870.750.06351.6387.3953.33
HexF0203D0574B61605735
Octal36040750127113654012765
Binary111100001000001111010101011110010111101011000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0203D; }

 p { color: rgb(240,32,61); }

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

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

 a { background-color: rgb(240,32,61); }

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

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

 span { border-color: rgb(240,32,61); }

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