Html Css Color HEX #F71E47 Amaranth

📋 copy color: '#F71E47'

red 247 ◦ green 30 ◦ blue 71

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

Shades of Amaranth #F71E47

Tints of Amaranth #F71E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.62%

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 70.98%
G = 8.62%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F71E47 (or 0xF71E47) is known color: Amaranth. HEX triplet: F7, 1E and 47. RGB value is (247,30,71). Sum of RGB (Red+Green+Blue) = 247+30+71=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E47 is #08E1B8. Grayscale: #636363. Windows color (decimal): -582073 or 4660983. OLE color: 4660983.

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

Color convert

RGB 247 30 71 -
CMYK 0 0.88 0.71 0.03
HSL 348.66º 0.93% 0.54% -
HSV(B) 348.66º 0.88% 0.97% -
XYZ 39.96 21.16 7.94 -
YUV 99.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 247 30 71 0 0.88 0.71 0.03 348.66 0.93 0.54
Hex F7 1E 47 0 58 47 3 15D 5D 36
Octal 367 36 107 0 130 107 3 535 135 66
Binary 11110111 11110 1000111 0 1011000 1000111 11 101011101 1011101 110110

Color Harmonies of #F71E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E47

Black with #F71E47

Text Example


Text Example

White with #F71E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E47; }

 p { color: rgb(247,30,71); }

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

background-color css

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

 a { background-color: rgb(247,30,71); }

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

border-color css

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

 span { border-color: rgb(247,30,71); }

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