Html Css Color HEX #F72151 Amaranth

📋 copy color: '#F72151'

red 247 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #F72151

Tints of Amaranth #F72151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.14%

 BLUE value IS 81 (32.03% from 255) = 22.44%

R = 68.42%
G = 9.14%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F72151 (or 0xF72151) is known color: Amaranth. HEX triplet: F7, 21 and 51. RGB value is (247,33,81). Sum of RGB (Red+Green+Blue) = 247+33+81=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F72151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72151 is #08DEAE. Grayscale: #666666. Windows color (decimal): -581295 or 5317111. OLE color: 5317111.

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

Color convert

RGB 247 33 81 -
CMYK 0 0.87 0.67 0.03
HSL 346.54º 0.93% 0.55% -
HSV(B) 346.54º 0.87% 0.97% -
XYZ 40.39 21.46 9.8 -
YUV 102.46 115.9 231.1 -
System Red Green Blue C M Y K H S L
Decimal 247 33 81 0 0.87 0.67 0.03 346.54 0.93 0.55
Hex F7 21 51 0 57 43 3 15B 5D 37
Octal 367 41 121 0 127 103 3 533 135 67
Binary 11110111 100001 1010001 0 1010111 1000011 11 101011011 1011101 110111

Color Harmonies of #F72151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72151

Black with #F72151

Text Example


Text Example

White with #F72151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72151; }

 p { color: rgb(247,33,81); }

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

background-color css

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

 a { background-color: rgb(247,33,81); }

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

border-color css

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

 span { border-color: rgb(247,33,81); }

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