Html Css Color HEX #F7174F Amaranth

📋 copy color: '#F7174F'

red 247 ◦ green 23 ◦ blue 79

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

Shades of Amaranth #F7174F

Tints of Amaranth #F7174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 70.77%
G = 6.59%
B = 22.64%

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

#F7174F (or 0xF7174F) is known color: Amaranth. HEX triplet: F7, 17 and 4F. RGB value is (247,23,79). Sum of RGB (Red+Green+Blue) = 247+23+79=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F7174F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7174F is #08E8B0. Grayscale: #606060. Windows color (decimal): -583857 or 5183479. OLE color: 5183479.

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

Color convert

RGB 247 23 79 -
CMYK 0 0.91 0.68 0.03
HSL 345º 0.93% 0.53% -
HSV(B) 345º 0.91% 0.97% -
XYZ 40.08 20.95 9.33 -
YUV 96.36 118.21 235.45 -
System Red Green Blue C M Y K H S L
Decimal 247 23 79 0 0.91 0.68 0.03 345 0.93 0.53
Hex F7 17 4F 0 5B 44 3 159 5D 35
Octal 367 27 117 0 133 104 3 531 135 65
Binary 11110111 10111 1001111 0 1011011 1000100 11 101011001 1011101 110101

Color Harmonies of #F7174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7174F

Black with #F7174F

Text Example


Text Example

White with #F7174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7174F; }

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

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

background-color css

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

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

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

border-color css

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

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

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