Html Css Color HEX #F0313E Alizarin

📋 copy color: '#F0313E'

red 240 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #F0313E

Tints of Alizarin #F0313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

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

R = 68.38%
G = 13.96%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0313E (or 0xF0313E) is known color: Alizarin. HEX triplet: F0, 31 and 3E. RGB value is (240,49,62). Sum of RGB (Red+Green+Blue) = 240+49+62=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0313E is #0FCEC1. Grayscale: #6B6B6B. Windows color (decimal): -1035970 or 4076016. OLE color: 4076016.

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

Color convert

RGB 240 49 62 -
CMYK 0 0.80 0.74 0.06
HSL 355.92º 0.86% 0.57% -
HSV(B) 355.92º 0.8% 0.94% -
XYZ 37.9 21.07 6.63 -
YUV 107.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 240 49 62 0 0.80 0.74 0.06 355.92 0.86 0.57
Hex F0 31 3E 0 50 4A 6 164 56 39
Octal 360 61 76 0 120 112 6 544 126 71
Binary 11110000 110001 111110 0 1010000 1001010 110 101100100 1010110 111001

Color Harmonies of #F0313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0313E

Black with #F0313E

Text Example


Text Example

White with #F0313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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