Html Css Color HEX #F82849 Amaranth

📋 copy color: '#F82849'

red 248 ◦ green 40 ◦ blue 73

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

Shades of Amaranth #F82849

Tints of Amaranth #F82849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 68.7%
G = 11.08%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F82849 (or 0xF82849) is known color: Amaranth. HEX triplet: F8, 28 and 49. RGB value is (248,40,73). Sum of RGB (Red+Green+Blue) = 248+40+73=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F82849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82849 is #07D7B6. Grayscale: #6A6A6A. Windows color (decimal): -513975 or 4794616. OLE color: 4794616.

HSL color Cylindrical-coordinate representation of color #F82849: hue angle of 350.48º 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 #F82849 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 40 73 -
CMYK 0 0.84 0.71 0.03
HSL 350.48º 0.94% 0.56% -
HSV(B) 350.48º 0.84% 0.97% -
XYZ 40.67 21.96 8.4 -
YUV 105.95 109.41 229.32 -
System Red Green Blue C M Y K H S L
Decimal 248 40 73 0 0.84 0.71 0.03 350.48 0.94 0.56
Hex F8 28 49 0 54 47 3 15E 5E 38
Octal 370 50 111 0 124 107 3 536 136 70
Binary 11111000 101000 1001001 0 1010100 1000111 11 101011110 1011110 111000

Color Harmonies of #F82849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82849

Black with #F82849

Text Example


Text Example

White with #F82849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82849; }

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

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

background-color css

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

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

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

border-color css

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

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

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