Html Css Color HEX #F7313E Alizarin

📋 copy color: '#F7313E'

red 247 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #F7313E

Tints of Alizarin #F7313E

RGB

 RED value IS 247 (96.88% from 255) = 68.99%

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

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

R = 68.99%
G = 13.69%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7313E (or 0xF7313E) is known color: Alizarin. HEX triplet: F7, 31 and 3E. RGB value is (247,49,62). Sum of RGB (Red+Green+Blue) = 247+49+62=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7313E is #08CEC1. Grayscale: #6D6D6D. Windows color (decimal): -577218 or 4076023. OLE color: 4076023.

HSL color Cylindrical-coordinate representation of color #F7313E: hue angle of 356.06º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7313E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 49 62 -
CMYK 0 0.80 0.75 0.03
HSL 356.06º 0.93% 0.58% -
HSV(B) 356.06º 0.8% 0.97% -
XYZ 40.33 22.32 6.74 -
YUV 109.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 247 49 62 0 0.80 0.75 0.03 356.06 0.93 0.58
Hex F7 31 3E 0 50 4B 3 164 5D 3A
Octal 367 61 76 0 120 113 3 544 135 72
Binary 11110111 110001 111110 0 1010000 1001011 11 101100100 1011101 111010

Color Harmonies of #F7313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7313E

Black with #F7313E

Text Example


Text Example

White with #F7313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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