Html Css Color HEX #F72448 Amaranth

📋 copy color: '#F72448'

red 247 ◦ green 36 ◦ blue 72

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

Shades of Amaranth #F72448

Tints of Amaranth #F72448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 69.58%
G = 10.14%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F72448 (or 0xF72448) is known color: Amaranth. HEX triplet: F7, 24 and 48. RGB value is (247,36,72). Sum of RGB (Red+Green+Blue) = 247+36+72=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F72448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72448 is #08DBB7. Grayscale: #676767. Windows color (decimal): -580536 or 4728055. OLE color: 4728055.

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

Color convert

RGB 247 36 72 -
CMYK 0 0.85 0.71 0.03
HSL 349.76º 0.93% 0.55% -
HSV(B) 349.76º 0.85% 0.97% -
XYZ 40.16 21.5 8.16 -
YUV 103.19 110.4 230.57 -
System Red Green Blue C M Y K H S L
Decimal 247 36 72 0 0.85 0.71 0.03 349.76 0.93 0.55
Hex F7 24 48 0 55 47 3 15E 5D 37
Octal 367 44 110 0 125 107 3 536 135 67
Binary 11110111 100100 1001000 0 1010101 1000111 11 101011110 1011101 110111

Color Harmonies of #F72448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72448

Black with #F72448

Text Example


Text Example

White with #F72448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72448; }

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

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

background-color css

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

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

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

border-color css

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

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

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