Html Css Color HEX #F72C40 Alizarin

📋 copy color: '#F72C40'

red 247 ◦ green 44 ◦ blue 64

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

Shades of Alizarin #F72C40

Tints of Alizarin #F72C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

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

R = 69.58%
G = 12.39%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F72C40 (or 0xF72C40) is known color: Alizarin. HEX triplet: F7, 2C and 40. RGB value is (247,44,64). Sum of RGB (Red+Green+Blue) = 247+44+64=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C40 is #08D3BF. Grayscale: #6B6B6B. Windows color (decimal): -578496 or 4205815. OLE color: 4205815.

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

Color convert

RGB 247 44 64 -
CMYK 0 0.82 0.74 0.03
HSL 354.09º 0.93% 0.57% -
HSV(B) 354.09º 0.82% 0.97% -
XYZ 40.18 21.95 6.97 -
YUV 106.98 103.75 227.87 -
System Red Green Blue C M Y K H S L
Decimal 247 44 64 0 0.82 0.74 0.03 354.09 0.93 0.57
Hex F7 2C 40 0 52 4A 3 162 5D 39
Octal 367 54 100 0 122 112 3 542 135 71
Binary 11110111 101100 1000000 0 1010010 1001010 11 101100010 1011101 111001

Color Harmonies of #F72C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72C40

Black with #F72C40

Text Example


Text Example

White with #F72C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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