Html Css Color HEX #F73032 Alizarin

📋 copy color: '#F73032'

red 247 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #F73032

Tints of Alizarin #F73032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

 BLUE value IS 50 (19.92% from 255) = 14.49%

R = 71.59%
G = 13.91%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F73032 (or 0xF73032) is known color: Alizarin. HEX triplet: F7, 30 and 32. RGB value is (247,48,50). Sum of RGB (Red+Green+Blue) = 247+48+50=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F73032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73032 is #08CFCD. Grayscale: #6B6B6B. Windows color (decimal): -577486 or 3289335. OLE color: 3289335.

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

Color convert

RGB 247 48 50 -
CMYK 0 0.81 0.80 0.03
HSL 359.4º 0.93% 0.58% -
HSV(B) 359.4º 0.81% 0.97% -
XYZ 39.99 22.12 5.18 -
YUV 107.73 95.43 227.34 -
System Red Green Blue C M Y K H S L
Decimal 247 48 50 0 0.81 0.80 0.03 359.4 0.93 0.58
Hex F7 30 32 0 51 50 3 167 5D 3A
Octal 367 60 62 0 121 120 3 547 135 72
Binary 11110111 110000 110010 0 1010001 1010000 11 101100111 1011101 111010

Color Harmonies of #F73032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73032

Black with #F73032

Text Example


Text Example

White with #F73032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73032; }

 p { color: rgb(247,48,50); }

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

background-color css

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

 a { background-color: rgb(247,48,50); }

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

border-color css

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

 span { border-color: rgb(247,48,50); }

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