#F9184E

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

Shades of Amaranth #F9184E

Tints of Amaranth #F9184E

Color information

#F9184E (or 0xF9184E) is unknown color: approx Amaranth. HEX triplet: F9, 18 and 4E. RGB value is (249,24,78). Sum of RGB (Red+Green+Blue) = 249+24+78=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F9184E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9184E is #06E7B1. Grayscale: #616161. Windows color (decimal): -452530 or 5118201. OLE color: 5118201.

HSL color Cylindrical-coordinate representation of color #F9184E: hue angle of 345.6º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9184E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2492478-
CMYK00.900.690.02
HSL345.6º94.94%53.53%-
HSV(B)345.6º90.36%97.65%-
XYZ40.7721.349.18-
YUV97.43117.04236.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 70.94%
GREEN value IS 24 (9.77% from 255) = 6.84%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=70.94%
G=6.84%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249247800.900.690.02345.694.9453.53
HexF9184E05A45215a5f36
Octal371301160132105253213766
Binary11111001110001001110010110101000101101010110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9184E; }

 p { color: rgb(249,24,78); }

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

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

 a { background-color: rgb(249,24,78); }

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

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

 span { border-color: rgb(249,24,78); }

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