Html Css Color HEX #F72752 Amaranth

📋 copy color: '#F72752'

red 247 ◦ green 39 ◦ blue 82

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

Shades of Amaranth #F72752

Tints of Amaranth #F72752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.6%

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 67.12%
G = 10.6%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F72752 (or 0xF72752) is known color: Amaranth. HEX triplet: F7, 27 and 52. RGB value is (247,39,82). Sum of RGB (Red+Green+Blue) = 247+39+82=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F72752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72752 is #08D8AD. Grayscale: #6A6A6A. Windows color (decimal): -579758 or 5384183. OLE color: 5384183.

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

Color convert

RGB 247 39 82 -
CMYK 0 0.84 0.67 0.03
HSL 347.6º 0.93% 0.56% -
HSV(B) 347.6º 0.84% 0.97% -
XYZ 40.61 21.83 10.06 -
YUV 106.09 114.41 228.5 -
System Red Green Blue C M Y K H S L
Decimal 247 39 82 0 0.84 0.67 0.03 347.6 0.93 0.56
Hex F7 27 52 0 54 43 3 15C 5D 38
Octal 367 47 122 0 124 103 3 534 135 70
Binary 11110111 100111 1010010 0 1010100 1000011 11 101011100 1011101 111000

Color Harmonies of #F72752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72752

Black with #F72752

Text Example


Text Example

White with #F72752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72752; }

 p { color: rgb(247,39,82); }

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

background-color css

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

 a { background-color: rgb(247,39,82); }

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

border-color css

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

 span { border-color: rgb(247,39,82); }

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