#F92448

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

Shades of Amaranth #F92448

Tints of Amaranth #F92448

Color information

#F92448 (or 0xF92448) is unknown color: approx Amaranth. HEX triplet: F9, 24 and 48. RGB value is (249,36,72). Sum of RGB (Red+Green+Blue) = 249+36+72=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F92448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92448 is #06DBB7. Grayscale: #676767. Windows color (decimal): -449464 or 4728057. OLE color: 4728057.

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

Color convert

RGB2493672-
CMYK00.860.710.02
HSL349.86º94.67%55.88%-
HSV(B)349.86º85.54%97.65%-
XYZ40.8721.878.2-
YUV103.79110.07231.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.75%
GREEN value IS 36 (14.45% from 255) = 10.08%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=69.75%
G=10.08%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249367200.860.710.02349.8694.6755.88
HexF9244805647215e5f38
Octal371441100126107253613770
Binary111110011001001001000010101101000111101010111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92448; }

 p { color: rgb(249,36,72); }

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

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

 a { background-color: rgb(249,36,72); }

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

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

 span { border-color: rgb(249,36,72); }

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