#F0203C

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

Shades of Alizarin #F0203C

Tints of Alizarin #F0203C

Color information

#F0203C (or 0xF0203C) is unknown color: approx Alizarin. HEX triplet: F0, 20 and 3C. RGB value is (240,32,60). Sum of RGB (Red+Green+Blue) = 240+32+60=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0203C is #0FDFC3. Grayscale: #616161. Windows color (decimal): -1040324 or 3940592. OLE color: 3940592.

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

Color convert

RGB2403260-
CMYK00.870.750.06
HSL351.92º87.39%53.33%-
HSV(B)351.92º86.67%94.12%-
XYZ37.2719.886.15-
YUV97.38106.91229.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.29%
GREEN value IS 32 (12.89% from 255) = 9.64%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=72.29%
G=9.64%
B=18.07%

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
Decimal240326000.870.750.06351.9287.3953.33
HexF0203C0574B61605735
Octal36040740127113654012765
Binary111100001000001111000101011110010111101011000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0203C; }

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

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

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

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

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

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

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

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