Html Css Color HEX #F8224D Amaranth

📋 copy color: '#F8224D'

red 248 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #F8224D

Tints of Amaranth #F8224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

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

R = 69.08%
G = 9.47%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8224D (or 0xF8224D) is known color: Amaranth. HEX triplet: F8, 22 and 4D. RGB value is (248,34,77). Sum of RGB (Red+Green+Blue) = 248+34+77=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F8224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8224D is #07DDB2. Grayscale: #666666. Windows color (decimal): -515507 or 5055224. OLE color: 5055224.

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

Color convert

RGB 248 34 77 -
CMYK 0 0.86 0.69 0.03
HSL 347.94º 0.94% 0.55% -
HSV(B) 347.94º 0.86% 0.97% -
XYZ 40.62 21.64 9.06 -
YUV 102.89 113.4 231.5 -
System Red Green Blue C M Y K H S L
Decimal 248 34 77 0 0.86 0.69 0.03 347.94 0.94 0.55
Hex F8 22 4D 0 56 45 3 15C 5E 37
Octal 370 42 115 0 126 105 3 534 136 67
Binary 11111000 100010 1001101 0 1010110 1000101 11 101011100 1011110 110111

Color Harmonies of #F8224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8224D

Black with #F8224D

Text Example


Text Example

White with #F8224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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