Html Css Color HEX #F71E56 Amaranth

📋 copy color: '#F71E56'

red 247 ◦ green 30 ◦ blue 86

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

Shades of Amaranth #F71E56

Tints of Amaranth #F71E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 68.04%
G = 8.26%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F71E56 (or 0xF71E56) is known color: Amaranth. HEX triplet: F7, 1E and 56. RGB value is (247,30,86). Sum of RGB (Red+Green+Blue) = 247+30+86=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E56 is #08E1A9. Grayscale: #656565. Windows color (decimal): -582058 or 5644023. OLE color: 5644023.

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

Color convert

RGB 247 30 86 -
CMYK 0 0.88 0.65 0.03
HSL 344.52º 0.93% 0.54% -
HSV(B) 344.52º 0.88% 0.97% -
XYZ 40.5 21.37 10.8 -
YUV 101.27 119.39 231.95 -
System Red Green Blue C M Y K H S L
Decimal 247 30 86 0 0.88 0.65 0.03 344.52 0.93 0.54
Hex F7 1E 56 0 58 41 3 159 5D 36
Octal 367 36 126 0 130 101 3 531 135 66
Binary 11110111 11110 1010110 0 1011000 1000001 11 101011001 1011101 110110

Color Harmonies of #F71E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E56

Black with #F71E56

Text Example


Text Example

White with #F71E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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