Html Css Color HEX #F73141 Alizarin

📋 copy color: '#F73141'

red 247 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #F73141

Tints of Alizarin #F73141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 68.42%
G = 13.57%
B = 18.01%

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

#F73141 (or 0xF73141) is known color: Alizarin. HEX triplet: F7, 31 and 41. RGB value is (247,49,65). Sum of RGB (Red+Green+Blue) = 247+49+65=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F73141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73141 is #08CEBE. Grayscale: #6E6E6E. Windows color (decimal): -577215 or 4272631. OLE color: 4272631.

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

Color convert

RGB 247 49 65 -
CMYK 0 0.80 0.74 0.03
HSL 355.15º 0.93% 0.58% -
HSV(B) 355.15º 0.8% 0.97% -
XYZ 40.41 22.35 7.19 -
YUV 110.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 247 49 65 0 0.80 0.74 0.03 355.15 0.93 0.58
Hex F7 31 41 0 50 4A 3 163 5D 3A
Octal 367 61 101 0 120 112 3 543 135 72
Binary 11110111 110001 1000001 0 1010000 1001010 11 101100011 1011101 111010

Color Harmonies of #F73141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73141

Black with #F73141

Text Example


Text Example

White with #F73141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73141; }

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

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

background-color css

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

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

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

border-color css

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

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

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