#F82948

Color #F82948 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F82948

Tints of Amaranth #F82948

Color information

#F82948 (or 0xF82948) is unknown color: approx Amaranth. HEX triplet: F8, 29 and 48. RGB value is (248,41,72). Sum of RGB (Red+Green+Blue) = 248+41+72=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F82948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82948 is #07D6B7. Grayscale: #6A6A6A. Windows color (decimal): -513720 or 4729336. OLE color: 4729336.

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

Color convert

RGB2484172-
CMYK00.830.710.03
HSL351.01º93.67%56.67%-
HSV(B)351.01º83.47%97.25%-
XYZ40.6722.018.24-
YUV106.43108.58228.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 68.70%
GREEN value IS 41 (16.41% from 255) = 11.36%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=68.70%
G=11.36%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248417200.830.710.03351.0193.6756.67
HexF8294805347315f5e39
Octal370511100123107353713671
Binary111110001010011001000010100111000111111010111111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82948; }

 p { color: rgb(248,41,72); }

 H1.HeaderClassName
 {
   color: #F82948;
 }
 .AnyTagClassName
 {
   color: #F82948;
 }
</style>
background-color css

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

 a { background-color: rgb(248,41,72); }

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

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

 span { border-color: rgb(248,41,72); }

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