Html Css Color HEX #F8314A Amaranth

📋 copy color: '#F8314A'

red 248 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #F8314A

Tints of Amaranth #F8314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 66.85%
G = 13.21%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8314A (or 0xF8314A) is known color: Amaranth. HEX triplet: F8, 31 and 4A. RGB value is (248,49,74). Sum of RGB (Red+Green+Blue) = 248+49+74=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8314A is #07CEB5. Grayscale: #6F6F6F. Windows color (decimal): -511670 or 4862456. OLE color: 4862456.

HSL color Cylindrical-coordinate representation of color #F8314A: hue angle of 352.46º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8314A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 74 -
CMYK 0 0.80 0.70 0.03
HSL 352.46º 0.93% 0.58% -
HSV(B) 352.46º 0.8% 0.97% -
XYZ 41.05 22.65 8.69 -
YUV 111.35 106.93 225.47 -
System Red Green Blue C M Y K H S L
Decimal 248 49 74 0 0.80 0.70 0.03 352.46 0.93 0.58
Hex F8 31 4A 0 50 46 3 160 5D 3A
Octal 370 61 112 0 120 106 3 540 135 72
Binary 11111000 110001 1001010 0 1010000 1000110 11 101100000 1011101 111010

Color Harmonies of #F8314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8314A

Black with #F8314A

Text Example


Text Example

White with #F8314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8314A; }

 p { color: rgb(248,49,74); }

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

background-color css

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

 a { background-color: rgb(248,49,74); }

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

border-color css

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

 span { border-color: rgb(248,49,74); }

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