#F92252

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

Shades of Amaranth #F92252

Tints of Amaranth #F92252

Color information

#F92252 (or 0xF92252) is unknown color: approx Amaranth. HEX triplet: F9, 22 and 52. RGB value is (249,34,82). Sum of RGB (Red+Green+Blue) = 249+34+82=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F92252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92252 is #06DDAD. Grayscale: #676767. Windows color (decimal): -449966 or 5382905. OLE color: 5382905.

HSL color Cylindrical-coordinate representation of color #F92252: hue angle of 346.6º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F92252 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB2493482-
CMYK00.860.670.02
HSL346.6º94.71%55.49%-
HSV(B)346.6º86.35%97.65%-
XYZ41.1621.8910.04-
YUV103.76115.73231.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.22%
GREEN value IS 34 (13.67% from 255) = 9.32%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=68.22%
G=9.32%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249348200.860.670.02346.694.7155.49
HexF9225205643215b5f37
Octal371421220126103253313767
Binary111110011000101010010010101101000011101010110111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92252; }

 p { color: rgb(249,34,82); }

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

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

 a { background-color: rgb(249,34,82); }

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

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

 span { border-color: rgb(249,34,82); }

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