Html Css Color HEX #F0213D Alizarin

📋 copy color: '#F0213D'

red 240 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #F0213D

Tints of Alizarin #F0213D

RGB

 RED value IS 240 (94.14% from 255) = 71.86%

 GREEN value IS 33 (13.28% from 255) = 9.88%

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 71.86%
G = 9.88%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0213D (or 0xF0213D) is known color: Alizarin. HEX triplet: F0, 21 and 3D. RGB value is (240,33,61). Sum of RGB (Red+Green+Blue) = 240+33+61=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0213D is #0FDEC2. Grayscale: #626262. Windows color (decimal): -1040067 or 4006384. OLE color: 4006384.

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

Color convert

RGB 240 33 61 -
CMYK 0 0.86 0.75 0.06
HSL 351.88º 0.87% 0.54% -
HSV(B) 351.88º 0.86% 0.94% -
XYZ 37.32 19.95 6.3 -
YUV 98.09 107.08 229.22 -
System Red Green Blue C M Y K H S L
Decimal 240 33 61 0 0.86 0.75 0.06 351.88 0.87 0.54
Hex F0 21 3D 0 56 4B 6 160 57 36
Octal 360 41 75 0 126 113 6 540 127 66
Binary 11110000 100001 111101 0 1010110 1001011 110 101100000 1010111 110110

Color Harmonies of #F0213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0213D

Black with #F0213D

Text Example


Text Example

White with #F0213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0213D; }

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

 H1.HeaderClassName
 {
   color: #F0213D;
 }
 .AnyTagClassName
 {
   color: #F0213D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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