Html Css Color HEX #F71F53 Amaranth

📋 copy color: '#F71F53'

red 247 ◦ green 31 ◦ blue 83

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

Shades of Amaranth #F71F53

Tints of Amaranth #F71F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.99%

R = 68.42%
G = 8.59%
B = 22.99%

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

#F71F53 (or 0xF71F53) is known color: Amaranth. HEX triplet: F7, 1F and 53. RGB value is (247,31,83). Sum of RGB (Red+Green+Blue) = 247+31+83=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F53 is #08E0AC. Grayscale: #656565. Windows color (decimal): -581805 or 5447671. OLE color: 5447671.

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

Color convert

RGB 247 31 83 -
CMYK 0 0.87 0.66 0.03
HSL 345.56º 0.93% 0.55% -
HSV(B) 345.56º 0.87% 0.97% -
XYZ 40.41 21.38 10.18 -
YUV 101.51 117.56 231.77 -
System Red Green Blue C M Y K H S L
Decimal 247 31 83 0 0.87 0.66 0.03 345.56 0.93 0.55
Hex F7 1F 53 0 57 42 3 15A 5D 37
Octal 367 37 123 0 127 102 3 532 135 67
Binary 11110111 11111 1010011 0 1010111 1000010 11 101011010 1011101 110111

Color Harmonies of #F71F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F53

Black with #F71F53

Text Example


Text Example

White with #F71F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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