Html Css Color HEX #F71C58 Amaranth

📋 copy color: '#F71C58'

red 247 ◦ green 28 ◦ blue 88

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

Shades of Amaranth #F71C58

Tints of Amaranth #F71C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 68.04%
G = 7.71%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F71C58 (or 0xF71C58) is known color: Amaranth. HEX triplet: F7, 1C and 58. RGB value is (247,28,88). Sum of RGB (Red+Green+Blue) = 247+28+88=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C58 is #08E3A7. Grayscale: #646464. Windows color (decimal): -582568 or 5774583. OLE color: 5774583.

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

Color convert

RGB 247 28 88 -
CMYK 0 0.89 0.64 0.03
HSL 343.56º 0.93% 0.54% -
HSV(B) 343.56º 0.89% 0.97% -
XYZ 40.53 21.31 11.21 -
YUV 100.32 121.05 232.62 -
System Red Green Blue C M Y K H S L
Decimal 247 28 88 0 0.89 0.64 0.03 343.56 0.93 0.54
Hex F7 1C 58 0 59 40 3 158 5D 36
Octal 367 34 130 0 131 100 3 530 135 66
Binary 11110111 11100 1011000 0 1011001 1000000 11 101011000 1011101 110110

Color Harmonies of #F71C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C58

Black with #F71C58

Text Example


Text Example

White with #F71C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C58; }

 p { color: rgb(247,28,88); }

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

background-color css

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

 a { background-color: rgb(247,28,88); }

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

border-color css

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

 span { border-color: rgb(247,28,88); }

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