Html Css Color HEX #F0213A Alizarin

📋 copy color: '#F0213A'

red 240 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #F0213A

Tints of Alizarin #F0213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 72.51%
G = 9.97%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0213A (or 0xF0213A) is known color: Alizarin. HEX triplet: F0, 21 and 3A. RGB value is (240,33,58). Sum of RGB (Red+Green+Blue) = 240+33+58=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F0213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0213A is #0FDEC5. Grayscale: #616161. Windows color (decimal): -1040070 or 3809776. OLE color: 3809776.

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

Color convert

RGB 240 33 58 -
CMYK 0 0.86 0.76 0.06
HSL 352.75º 0.87% 0.54% -
HSV(B) 352.75º 0.86% 0.94% -
XYZ 37.24 19.92 5.88 -
YUV 97.74 105.58 229.47 -
System Red Green Blue C M Y K H S L
Decimal 240 33 58 0 0.86 0.76 0.06 352.75 0.87 0.54
Hex F0 21 3A 0 56 4C 6 161 57 36
Octal 360 41 72 0 126 114 6 541 127 66
Binary 11110000 100001 111010 0 1010110 1001100 110 101100001 1010111 110110

Color Harmonies of #F0213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0213A

Black with #F0213A

Text Example


Text Example

White with #F0213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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