Html Css Color HEX #F71950 Amaranth

📋 copy color: '#F71950'

red 247 ◦ green 25 ◦ blue 80

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

Shades of Amaranth #F71950

Tints of Amaranth #F71950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.1%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 70.17%
G = 7.1%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F71950 (or 0xF71950) is known color: Amaranth. HEX triplet: F7, 19 and 50. RGB value is (247,25,80). Sum of RGB (Red+Green+Blue) = 247+25+80=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F71950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71950 is #08E6AF. Grayscale: #616161. Windows color (decimal): -583344 or 5249527. OLE color: 5249527.

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

Color convert

RGB 247 25 80 -
CMYK 0 0.90 0.68 0.03
HSL 345.14º 0.93% 0.53% -
HSV(B) 345.14º 0.9% 0.97% -
XYZ 40.15 21.05 9.54 -
YUV 97.65 118.05 234.53 -
System Red Green Blue C M Y K H S L
Decimal 247 25 80 0 0.90 0.68 0.03 345.14 0.93 0.53
Hex F7 19 50 0 5A 44 3 159 5D 35
Octal 367 31 120 0 132 104 3 531 135 65
Binary 11110111 11001 1010000 0 1011010 1000100 11 101011001 1011101 110101

Color Harmonies of #F71950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71950

Black with #F71950

Text Example


Text Example

White with #F71950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71950; }

 p { color: rgb(247,25,80); }

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

background-color css

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

 a { background-color: rgb(247,25,80); }

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

border-color css

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

 span { border-color: rgb(247,25,80); }

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