Html Css Color HEX #F72851 Amaranth

📋 copy color: '#F72851'

red 247 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #F72851

Tints of Amaranth #F72851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.87%

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

R = 67.12%
G = 10.87%
B = 22.01%

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

#F72851 (or 0xF72851) is known color: Amaranth. HEX triplet: F7, 28 and 51. RGB value is (247,40,81). Sum of RGB (Red+Green+Blue) = 247+40+81=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F72851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72851 is #08D7AE. Grayscale: #6A6A6A. Windows color (decimal): -579503 or 5318903. OLE color: 5318903.

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

Color convert

RGB 247 40 81 -
CMYK 0 0.84 0.67 0.03
HSL 348.12º 0.93% 0.56% -
HSV(B) 348.12º 0.84% 0.97% -
XYZ 40.6 21.89 9.87 -
YUV 106.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 247 40 81 0 0.84 0.67 0.03 348.12 0.93 0.56
Hex F7 28 51 0 54 43 3 15C 5D 38
Octal 367 50 121 0 124 103 3 534 135 70
Binary 11110111 101000 1010001 0 1010100 1000011 11 101011100 1011101 111000

Color Harmonies of #F72851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72851

Black with #F72851

Text Example


Text Example

White with #F72851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72851; }

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

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

background-color css

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

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

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

border-color css

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

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

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