Html Css Color HEX #F82844 Amaranth

📋 copy color: '#F82844'

red 248 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #F82844

Tints of Amaranth #F82844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.1%

R = 69.66%
G = 11.24%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F82844 (or 0xF82844) is known color: Amaranth. HEX triplet: F8, 28 and 44. RGB value is (248,40,68). Sum of RGB (Red+Green+Blue) = 248+40+68=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F82844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82844 is #07D7BB. Grayscale: #696969. Windows color (decimal): -513980 or 4466936. OLE color: 4466936.

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

Color convert

RGB 248 40 68 -
CMYK 0 0.84 0.73 0.03
HSL 351.92º 0.94% 0.56% -
HSV(B) 351.92º 0.84% 0.97% -
XYZ 40.51 21.89 7.56 -
YUV 105.38 106.91 229.72 -
System Red Green Blue C M Y K H S L
Decimal 248 40 68 0 0.84 0.73 0.03 351.92 0.94 0.56
Hex F8 28 44 0 54 49 3 160 5E 38
Octal 370 50 104 0 124 111 3 540 136 70
Binary 11111000 101000 1000100 0 1010100 1001001 11 101100000 1011110 111000

Color Harmonies of #F82844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82844

Black with #F82844

Text Example


Text Example

White with #F82844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82844; }

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

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

background-color css

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

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

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

border-color css

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

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

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