Html Css Color HEX #F7313F Alizarin

📋 copy color: '#F7313F'

red 247 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #F7313F

Tints of Alizarin #F7313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.55%

R = 68.8%
G = 13.65%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7313F (or 0xF7313F) is known color: Alizarin. HEX triplet: F7, 31 and 3F. RGB value is (247,49,63). Sum of RGB (Red+Green+Blue) = 247+49+63=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F7313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7313F is #08CEC0. Grayscale: #6D6D6D. Windows color (decimal): -577217 or 4141559. OLE color: 4141559.

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

Color convert

RGB 247 49 63 -
CMYK 0 0.80 0.74 0.03
HSL 355.76º 0.93% 0.58% -
HSV(B) 355.76º 0.8% 0.97% -
XYZ 40.35 22.33 6.89 -
YUV 109.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 247 49 63 0 0.80 0.74 0.03 355.76 0.93 0.58
Hex F7 31 3F 0 50 4A 3 164 5D 3A
Octal 367 61 77 0 120 112 3 544 135 72
Binary 11110111 110001 111111 0 1010000 1001010 11 101100100 1011101 111010

Color Harmonies of #F7313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7313F

Black with #F7313F

Text Example


Text Example

White with #F7313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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