Html Css Color HEX #F8174F Amaranth

📋 copy color: '#F8174F'

red 248 ◦ green 23 ◦ blue 79

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

Shades of Amaranth #F8174F

Tints of Amaranth #F8174F

RGB

 RED value IS 248 (97.27% from 255) = 70.86%

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

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

R = 70.86%
G = 6.57%
B = 22.57%

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

#F8174F (or 0xF8174F) is known color: Amaranth. HEX triplet: F8, 17 and 4F. RGB value is (248,23,79). Sum of RGB (Red+Green+Blue) = 248+23+79=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F8174F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8174F is #07E8B0. Grayscale: #606060. Windows color (decimal): -518321 or 5183480. OLE color: 5183480.

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

Color convert

RGB 248 23 79 -
CMYK 0 0.91 0.68 0.03
HSL 345.07º 0.94% 0.53% -
HSV(B) 345.07º 0.91% 0.97% -
XYZ 40.43 21.13 9.35 -
YUV 96.66 118.04 235.95 -
System Red Green Blue C M Y K H S L
Decimal 248 23 79 0 0.91 0.68 0.03 345.07 0.94 0.53
Hex F8 17 4F 0 5B 44 3 159 5E 35
Octal 370 27 117 0 133 104 3 531 136 65
Binary 11111000 10111 1001111 0 1011011 1000100 11 101011001 1011110 110101

Color Harmonies of #F8174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8174F

Black with #F8174F

Text Example


Text Example

White with #F8174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8174F; }

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

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

background-color css

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

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

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

border-color css

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

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

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