Html Css Color HEX #F73640 Alizarin

📋 copy color: '#F73640'

red 247 ◦ green 54 ◦ blue 64

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

Shades of Alizarin #F73640

Tints of Alizarin #F73640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

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

R = 67.67%
G = 14.79%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F73640 (or 0xF73640) is known color: Alizarin. HEX triplet: F7, 36 and 40. RGB value is (247,54,64). Sum of RGB (Red+Green+Blue) = 247+54+64=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F73640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73640 is #08C9BF. Grayscale: #717171. Windows color (decimal): -575936 or 4208375. OLE color: 4208375.

HSL color Cylindrical-coordinate representation of color #F73640: hue angle of 356.89º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F73640 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 54 64 -
CMYK 0 0.78 0.74 0.03
HSL 356.89º 0.92% 0.59% -
HSV(B) 356.89º 0.78% 0.97% -
XYZ 40.6 22.78 7.11 -
YUV 112.85 100.44 223.69 -
System Red Green Blue C M Y K H S L
Decimal 247 54 64 0 0.78 0.74 0.03 356.89 0.92 0.59
Hex F7 36 40 0 4E 4A 3 165 5C 3B
Octal 367 66 100 0 116 112 3 545 134 73
Binary 11110111 110110 1000000 0 1001110 1001010 11 101100101 1011100 111011

Color Harmonies of #F73640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73640

Black with #F73640

Text Example


Text Example

White with #F73640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73640; }

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

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

background-color css

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

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

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

border-color css

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

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

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