#F82C45

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

Shades of Amaranth #F82C45

Tints of Amaranth #F82C45

Color information

#F82C45 (or 0xF82C45) is unknown color: approx Amaranth. HEX triplet: F8, 2C and 45. RGB value is (248,44,69). Sum of RGB (Red+Green+Blue) = 248+44+69=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C45 is #07D3BA. Grayscale: #6B6B6B. Windows color (decimal): -512955 or 4533496. OLE color: 4533496.

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

Color convert

RGB2484469-
CMYK00.820.720.03
HSL352.65º93.58%57.25%-
HSV(B)352.65º82.26%97.25%-
XYZ40.6922.197.77-
YUV107.85106.09227.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 68.70%
GREEN value IS 44 (17.58% from 255) = 12.19%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=68.70%
G=12.19%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248446900.820.720.03352.6593.5857.25
HexF82C450524831615e39
Octal370541050122110354113671
Binary111110001011001000101010100101001000111011000011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82C45; }

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

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

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

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

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

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

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

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