Html Css Color HEX #F72454 Amaranth

📋 copy color: '#F72454'

red 247 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #F72454

Tints of Amaranth #F72454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.81%

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 67.3%
G = 9.81%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F72454 (or 0xF72454) is known color: Amaranth. HEX triplet: F7, 24 and 54. RGB value is (247,36,84). Sum of RGB (Red+Green+Blue) = 247+36+84=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F72454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72454 is #08DBAB. Grayscale: #686868. Windows color (decimal): -580524 or 5514487. OLE color: 5514487.

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

Color convert

RGB 247 36 84 -
CMYK 0 0.85 0.66 0.03
HSL 346.35º 0.93% 0.55% -
HSV(B) 346.35º 0.85% 0.97% -
XYZ 40.59 21.68 10.43 -
YUV 104.56 116.4 229.6 -
System Red Green Blue C M Y K H S L
Decimal 247 36 84 0 0.85 0.66 0.03 346.35 0.93 0.55
Hex F7 24 54 0 55 42 3 15A 5D 37
Octal 367 44 124 0 125 102 3 532 135 67
Binary 11110111 100100 1010100 0 1010101 1000010 11 101011010 1011101 110111

Color Harmonies of #F72454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72454

Black with #F72454

Text Example


Text Example

White with #F72454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72454; }

 p { color: rgb(247,36,84); }

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

background-color css

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

 a { background-color: rgb(247,36,84); }

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

border-color css

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

 span { border-color: rgb(247,36,84); }

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