Html Css Color HEX #F71B55 Amaranth

📋 copy color: '#F71B55'

red 247 ◦ green 27 ◦ blue 85

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

Shades of Amaranth #F71B55

Tints of Amaranth #F71B55

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

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

R = 68.8%
G = 7.52%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F71B55 (or 0xF71B55) is known color: Amaranth. HEX triplet: F7, 1B and 55. RGB value is (247,27,85). Sum of RGB (Red+Green+Blue) = 247+27+85=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B55 is #08E4AA. Grayscale: #636363. Windows color (decimal): -582827 or 5577719. OLE color: 5577719.

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

Color convert

RGB 247 27 85 -
CMYK 0 0.89 0.66 0.03
HSL 344.18º 0.93% 0.54% -
HSV(B) 344.18º 0.89% 0.97% -
XYZ 40.39 21.21 10.56 -
YUV 99.39 119.89 233.28 -
System Red Green Blue C M Y K H S L
Decimal 247 27 85 0 0.89 0.66 0.03 344.18 0.93 0.54
Hex F7 1B 55 0 59 42 3 158 5D 36
Octal 367 33 125 0 131 102 3 530 135 66
Binary 11110111 11011 1010101 0 1011001 1000010 11 101011000 1011101 110110

Color Harmonies of #F71B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B55

Black with #F71B55

Text Example


Text Example

White with #F71B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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