Html Css Color HEX #F71D57 Amaranth

📋 copy color: '#F71D57'

red 247 ◦ green 29 ◦ blue 87

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

Shades of Amaranth #F71D57

Tints of Amaranth #F71D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

 BLUE value IS 87 (34.38% from 255) = 23.97%

R = 68.04%
G = 7.99%
B = 23.97%

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

#F71D57 (or 0xF71D57) is known color: Amaranth. HEX triplet: F7, 1D and 57. RGB value is (247,29,87). Sum of RGB (Red+Green+Blue) = 247+29+87=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71D57 is #08E2A8. Grayscale: #646464. Windows color (decimal): -582313 or 5709303. OLE color: 5709303.

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

Color convert

RGB 247 29 87 -
CMYK 0 0.88 0.65 0.03
HSL 344.04º 0.93% 0.54% -
HSV(B) 344.04º 0.88% 0.97% -
XYZ 40.52 21.34 11 -
YUV 100.79 120.22 232.28 -
System Red Green Blue C M Y K H S L
Decimal 247 29 87 0 0.88 0.65 0.03 344.04 0.93 0.54
Hex F7 1D 57 0 58 41 3 158 5D 36
Octal 367 35 127 0 130 101 3 530 135 66
Binary 11110111 11101 1010111 0 1011000 1000001 11 101011000 1011101 110110

Color Harmonies of #F71D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D57

Black with #F71D57

Text Example


Text Example

White with #F71D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D57; }

 p { color: rgb(247,29,87); }

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

background-color css

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

 a { background-color: rgb(247,29,87); }

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

border-color css

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

 span { border-color: rgb(247,29,87); }

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