Html Css Color HEX #F7174E Amaranth

📋 copy color: '#F7174E'

red 247 ◦ green 23 ◦ blue 78

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

Shades of Amaranth #F7174E

Tints of Amaranth #F7174E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.41%

R = 70.98%
G = 6.61%
B = 22.41%

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

#F7174E (or 0xF7174E) is known color: Amaranth. HEX triplet: F7, 17 and 4E. RGB value is (247,23,78). Sum of RGB (Red+Green+Blue) = 247+23+78=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F7174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7174E is #08E8B1. Grayscale: #606060. Windows color (decimal): -583858 or 5117943. OLE color: 5117943.

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

Color convert

RGB 247 23 78 -
CMYK 0 0.91 0.68 0.03
HSL 345.27º 0.93% 0.53% -
HSV(B) 345.27º 0.91% 0.97% -
XYZ 40.04 20.94 9.14 -
YUV 96.25 117.71 235.53 -
System Red Green Blue C M Y K H S L
Decimal 247 23 78 0 0.91 0.68 0.03 345.27 0.93 0.53
Hex F7 17 4E 0 5B 44 3 159 5D 35
Octal 367 27 116 0 133 104 3 531 135 65
Binary 11110111 10111 1001110 0 1011011 1000100 11 101011001 1011101 110101

Color Harmonies of #F7174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7174E

Black with #F7174E

Text Example


Text Example

White with #F7174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7174E; }

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

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

background-color css

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

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

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

border-color css

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

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

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