Html Css Color HEX #F71851 Amaranth

📋 copy color: '#F71851'

red 247 ◦ green 24 ◦ blue 81

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

Shades of Amaranth #F71851

Tints of Amaranth #F71851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

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

R = 70.17%
G = 6.82%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F71851 (or 0xF71851) is known color: Amaranth. HEX triplet: F7, 18 and 51. RGB value is (247,24,81). Sum of RGB (Red+Green+Blue) = 247+24+81=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F71851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71851 is #08E7AE. Grayscale: #616161. Windows color (decimal): -583599 or 5314807. OLE color: 5314807.

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

Color convert

RGB 247 24 81 -
CMYK 0 0.90 0.67 0.03
HSL 344.66º 0.93% 0.53% -
HSV(B) 344.66º 0.9% 0.97% -
XYZ 40.17 21.02 9.72 -
YUV 97.18 118.88 234.87 -
System Red Green Blue C M Y K H S L
Decimal 247 24 81 0 0.90 0.67 0.03 344.66 0.93 0.53
Hex F7 18 51 0 5A 43 3 159 5D 35
Octal 367 30 121 0 132 103 3 531 135 65
Binary 11110111 11000 1010001 0 1011010 1000011 11 101011001 1011101 110101

Color Harmonies of #F71851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71851

Black with #F71851

Text Example


Text Example

White with #F71851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71851; }

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

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

background-color css

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

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

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

border-color css

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

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

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