Html Css Color HEX #F8294D Amaranth

📋 copy color: '#F8294D'

red 248 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #F8294D

Tints of Amaranth #F8294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 67.76%
G = 11.2%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8294D (or 0xF8294D) is known color: Amaranth. HEX triplet: F8, 29 and 4D. RGB value is (248,41,77). Sum of RGB (Red+Green+Blue) = 248+41+77=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8294D is #07D6B2. Grayscale: #6B6B6B. Windows color (decimal): -513715 or 5057016. OLE color: 5057016.

HSL color Cylindrical-coordinate representation of color #F8294D: hue angle of 349.57º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8294D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 77 -
CMYK 0 0.83 0.69 0.03
HSL 349.57º 0.94% 0.57% -
HSV(B) 349.57º 0.83% 0.97% -
XYZ 40.84 22.08 9.13 -
YUV 107 111.08 228.57 -
System Red Green Blue C M Y K H S L
Decimal 248 41 77 0 0.83 0.69 0.03 349.57 0.94 0.57
Hex F8 29 4D 0 53 45 3 15E 5E 39
Octal 370 51 115 0 123 105 3 536 136 71
Binary 11111000 101001 1001101 0 1010011 1000101 11 101011110 1011110 111001

Color Harmonies of #F8294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8294D

Black with #F8294D

Text Example


Text Example

White with #F8294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8294D; }

 p { color: rgb(248,41,77); }

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

background-color css

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

 a { background-color: rgb(248,41,77); }

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

border-color css

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

 span { border-color: rgb(248,41,77); }

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