Html Css Color HEX #F8284E Amaranth

📋 copy color: '#F8284E'

red 248 ◦ green 40 ◦ blue 78

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

Shades of Amaranth #F8284E

Tints of Amaranth #F8284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 67.76%
G = 10.93%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8284E (or 0xF8284E) is known color: Amaranth. HEX triplet: F8, 28 and 4E. RGB value is (248,40,78). Sum of RGB (Red+Green+Blue) = 248+40+78=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8284E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8284E is #07D7B1. Grayscale: #6A6A6A. Windows color (decimal): -513970 or 5122296. OLE color: 5122296.

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

Color convert

RGB 248 40 78 -
CMYK 0 0.84 0.69 0.03
HSL 349.04º 0.94% 0.56% -
HSV(B) 349.04º 0.84% 0.97% -
XYZ 40.85 22.02 9.31 -
YUV 106.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 248 40 78 0 0.84 0.69 0.03 349.04 0.94 0.56
Hex F8 28 4E 0 54 45 3 15D 5E 38
Octal 370 50 116 0 124 105 3 535 136 70
Binary 11111000 101000 1001110 0 1010100 1000101 11 101011101 1011110 111000

Color Harmonies of #F8284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8284E

Black with #F8284E

Text Example


Text Example

White with #F8284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8284E; }

 p { color: rgb(248,40,78); }

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

background-color css

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

 a { background-color: rgb(248,40,78); }

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

border-color css

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

 span { border-color: rgb(248,40,78); }

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