Html Css Color HEX #F82845 Amaranth

📋 copy color: '#F82845'

red 248 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #F82845

Tints of Amaranth #F82845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.33%

R = 69.47%
G = 11.2%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F82845 (or 0xF82845) is known color: Amaranth. HEX triplet: F8, 28 and 45. RGB value is (248,40,69). Sum of RGB (Red+Green+Blue) = 248+40+69=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F82845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82845 is #07D7BA. Grayscale: #696969. Windows color (decimal): -513979 or 4532472. OLE color: 4532472.

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

Color convert

RGB 248 40 69 -
CMYK 0 0.84 0.72 0.03
HSL 351.63º 0.94% 0.56% -
HSV(B) 351.63º 0.84% 0.97% -
XYZ 40.54 21.9 7.72 -
YUV 105.5 107.41 229.64 -
System Red Green Blue C M Y K H S L
Decimal 248 40 69 0 0.84 0.72 0.03 351.63 0.94 0.56
Hex F8 28 45 0 54 48 3 160 5E 38
Octal 370 50 105 0 124 110 3 540 136 70
Binary 11111000 101000 1000101 0 1010100 1001000 11 101100000 1011110 111000

Color Harmonies of #F82845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82845

Black with #F82845

Text Example


Text Example

White with #F82845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82845; }

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

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

background-color css

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

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

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

border-color css

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

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

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