Html Css Color HEX #F71750 Amaranth

📋 copy color: '#F71750'

red 247 ◦ green 23 ◦ blue 80

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

Shades of Amaranth #F71750

Tints of Amaranth #F71750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 70.57%
G = 6.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F71750 (or 0xF71750) is known color: Amaranth. HEX triplet: F7, 17 and 50. RGB value is (247,23,80). Sum of RGB (Red+Green+Blue) = 247+23+80=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F71750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71750 is #08E8AF. Grayscale: #606060. Windows color (decimal): -583856 or 5249015. OLE color: 5249015.

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

Color convert

RGB 247 23 80 -
CMYK 0 0.91 0.68 0.03
HSL 344.73º 0.93% 0.53% -
HSV(B) 344.73º 0.91% 0.97% -
XYZ 40.11 20.97 9.52 -
YUV 96.47 118.71 235.37 -
System Red Green Blue C M Y K H S L
Decimal 247 23 80 0 0.91 0.68 0.03 344.73 0.93 0.53
Hex F7 17 50 0 5B 44 3 159 5D 35
Octal 367 27 120 0 133 104 3 531 135 65
Binary 11110111 10111 1010000 0 1011011 1000100 11 101011001 1011101 110101

Color Harmonies of #F71750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71750

Black with #F71750

Text Example


Text Example

White with #F71750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71750; }

 p { color: rgb(247,23,80); }

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

background-color css

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

 a { background-color: rgb(247,23,80); }

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

border-color css

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

 span { border-color: rgb(247,23,80); }

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