Html Css Color HEX #F0323E Alizarin

📋 copy color: '#F0323E'

red 240 ◦ green 50 ◦ blue 62

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

Shades of Alizarin #F0323E

Tints of Alizarin #F0323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.2%

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

R = 68.18%
G = 14.2%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0323E (or 0xF0323E) is known color: Alizarin. HEX triplet: F0, 32 and 3E. RGB value is (240,50,62). Sum of RGB (Red+Green+Blue) = 240+50+62=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0323E is #0FCDC1. Grayscale: #6C6C6C. Windows color (decimal): -1035714 or 4076272. OLE color: 4076272.

HSL color Cylindrical-coordinate representation of color #F0323E: hue angle of 356.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0323E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 62 -
CMYK 0 0.79 0.74 0.06
HSL 356.21º 0.86% 0.57% -
HSV(B) 356.21º 0.79% 0.94% -
XYZ 37.95 21.15 6.64 -
YUV 108.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 240 50 62 0 0.79 0.74 0.06 356.21 0.86 0.57
Hex F0 32 3E 0 4F 4A 6 164 56 39
Octal 360 62 76 0 117 112 6 544 126 71
Binary 11110000 110010 111110 0 1001111 1001010 110 101100100 1010110 111001

Color Harmonies of #F0323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0323E

Black with #F0323E

Text Example


Text Example

White with #F0323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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