Html Css Color HEX #F73040 Alizarin

📋 copy color: '#F73040'

red 247 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #F73040

Tints of Alizarin #F73040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 68.8%
G = 13.37%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F73040 (or 0xF73040) is known color: Alizarin. HEX triplet: F7, 30 and 40. RGB value is (247,48,64). Sum of RGB (Red+Green+Blue) = 247+48+64=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F73040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73040 is #08CFBF. Grayscale: #6D6D6D. Windows color (decimal): -577472 or 4206839. OLE color: 4206839.

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

Color convert

RGB 247 48 64 -
CMYK 0 0.81 0.74 0.03
HSL 355.18º 0.93% 0.58% -
HSV(B) 355.18º 0.81% 0.97% -
XYZ 40.34 22.26 7.02 -
YUV 109.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 247 48 64 0 0.81 0.74 0.03 355.18 0.93 0.58
Hex F7 30 40 0 51 4A 3 163 5D 3A
Octal 367 60 100 0 121 112 3 543 135 72
Binary 11110111 110000 1000000 0 1010001 1001010 11 101100011 1011101 111010

Color Harmonies of #F73040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73040

Black with #F73040

Text Example


Text Example

White with #F73040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73040; }

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

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

background-color css

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

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

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

border-color css

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

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

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