Html Css Color HEX #F71C5A Amaranth

📋 copy color: '#F71C5A'

red 247 ◦ green 28 ◦ blue 90

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

Shades of Amaranth #F71C5A

Tints of Amaranth #F71C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.66%

R = 67.67%
G = 7.67%
B = 24.66%

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

#F71C5A (or 0xF71C5A) is known color: Amaranth. HEX triplet: F7, 1C and 5A. RGB value is (247,28,90). Sum of RGB (Red+Green+Blue) = 247+28+90=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C5A is #08E3A5. Grayscale: #646464. Windows color (decimal): -582566 or 5905655. OLE color: 5905655.

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

Color convert

RGB 247 28 90 -
CMYK 0 0.89 0.64 0.03
HSL 343.01º 0.93% 0.54% -
HSV(B) 343.01º 0.89% 0.97% -
XYZ 40.62 21.34 11.65 -
YUV 100.55 122.05 232.46 -
System Red Green Blue C M Y K H S L
Decimal 247 28 90 0 0.89 0.64 0.03 343.01 0.93 0.54
Hex F7 1C 5A 0 59 40 3 157 5D 36
Octal 367 34 132 0 131 100 3 527 135 66
Binary 11110111 11100 1011010 0 1011001 1000000 11 101010111 1011101 110110

Color Harmonies of #F71C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C5A

Black with #F71C5A

Text Example


Text Example

White with #F71C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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