Html Css Color HEX #F71F55 Amaranth

📋 copy color: '#F71F55'

red 247 ◦ green 31 ◦ blue 85

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

Shades of Amaranth #F71F55

Tints of Amaranth #F71F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 68.04%
G = 8.54%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F71F55 (or 0xF71F55) is known color: Amaranth. HEX triplet: F7, 1F and 55. RGB value is (247,31,85). Sum of RGB (Red+Green+Blue) = 247+31+85=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F55 is #08E0AA. Grayscale: #656565. Windows color (decimal): -581803 or 5578743. OLE color: 5578743.

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

Color convert

RGB 247 31 85 -
CMYK 0 0.87 0.66 0.03
HSL 345º 0.93% 0.55% -
HSV(B) 345º 0.87% 0.97% -
XYZ 40.49 21.41 10.59 -
YUV 101.74 118.56 231.61 -
System Red Green Blue C M Y K H S L
Decimal 247 31 85 0 0.87 0.66 0.03 345 0.93 0.55
Hex F7 1F 55 0 57 42 3 159 5D 37
Octal 367 37 125 0 127 102 3 531 135 67
Binary 11110111 11111 1010101 0 1010111 1000010 11 101011001 1011101 110111

Color Harmonies of #F71F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F55

Black with #F71F55

Text Example


Text Example

White with #F71F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F55; }

 p { color: rgb(247,31,85); }

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

background-color css

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

 a { background-color: rgb(247,31,85); }

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

border-color css

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

 span { border-color: rgb(247,31,85); }

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