Html Css Color HEX #F71C52 Amaranth

📋 copy color: '#F71C52'

red 247 ◦ green 28 ◦ blue 82

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

Shades of Amaranth #F71C52

Tints of Amaranth #F71C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 69.19%
G = 7.84%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F71C52 (or 0xF71C52) is known color: Amaranth. HEX triplet: F7, 1C and 52. RGB value is (247,28,82). Sum of RGB (Red+Green+Blue) = 247+28+82=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C52 is #08E3AD. Grayscale: #636363. Windows color (decimal): -582574 or 5381367. OLE color: 5381367.

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

Color convert

RGB 247 28 82 -
CMYK 0 0.89 0.67 0.03
HSL 345.21º 0.93% 0.54% -
HSV(B) 345.21º 0.89% 0.97% -
XYZ 40.3 21.21 9.95 -
YUV 99.64 118.05 233.11 -
System Red Green Blue C M Y K H S L
Decimal 247 28 82 0 0.89 0.67 0.03 345.21 0.93 0.54
Hex F7 1C 52 0 59 43 3 159 5D 36
Octal 367 34 122 0 131 103 3 531 135 66
Binary 11110111 11100 1010010 0 1011001 1000011 11 101011001 1011101 110110

Color Harmonies of #F71C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C52

Black with #F71C52

Text Example


Text Example

White with #F71C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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