Html Css Color HEX #F0213E Alizarin

📋 copy color: '#F0213E'

red 240 ◦ green 33 ◦ blue 62

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

Shades of Alizarin #F0213E

Tints of Alizarin #F0213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 71.64%
G = 9.85%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0213E (or 0xF0213E) is known color: Alizarin. HEX triplet: F0, 21 and 3E. RGB value is (240,33,62). Sum of RGB (Red+Green+Blue) = 240+33+62=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0213E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0213E is #0FDEC1. Grayscale: #626262. Windows color (decimal): -1040066 or 4071920. OLE color: 4071920.

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

Color convert

RGB 240 33 62 -
CMYK 0 0.86 0.74 0.06
HSL 351.59º 0.87% 0.54% -
HSV(B) 351.59º 0.86% 0.94% -
XYZ 37.35 19.96 6.44 -
YUV 98.2 107.58 229.14 -
System Red Green Blue C M Y K H S L
Decimal 240 33 62 0 0.86 0.74 0.06 351.59 0.87 0.54
Hex F0 21 3E 0 56 4A 6 160 57 36
Octal 360 41 76 0 126 112 6 540 127 66
Binary 11110000 100001 111110 0 1010110 1001010 110 101100000 1010111 110110

Color Harmonies of #F0213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0213E

Black with #F0213E

Text Example


Text Example

White with #F0213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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