Html Css Color HEX #F0203D Alizarin

📋 copy color: '#F0203D'

red 240 ◦ green 32 ◦ blue 61

#F0203D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #F0203D

Tints of Alizarin #F0203D

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 value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0203D (or 0xF0203D) is known color: 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

RGB 240 32 61 -
CMYK 0 0.87 0.75 0.06
HSL 351.63º 0.87% 0.53% -
HSV(B) 351.63º 0.87% 0.94% -
XYZ 37.29 19.9 6.29 -
YUV 97.5 107.41 229.64 -
System Red Green Blue C M Y K H S L
Decimal 240 32 61 0 0.87 0.75 0.06 351.63 0.87 0.53
Hex F0 20 3D 0 57 4B 6 160 57 35
Octal 360 40 75 0 127 113 6 540 127 65
Binary 11110000 100000 111101 0 1010111 1001011 110 101100000 1010111 110101

Color Harmonies of #F0203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0203D

Black with #F0203D

Text Example


Text Example

White with #F0203D

Text Example


Text Example

HTML Codes & Css Web 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>