#F91853

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

Shades of Amaranth #F91853

Tints of Amaranth #F91853

Color information

#F91853 (or 0xF91853) is unknown color: approx Amaranth. HEX triplet: F9, 18 and 53. RGB value is (249,24,83). Sum of RGB (Red+Green+Blue) = 249+24+83=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F91853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91853 is #06E7AC. Grayscale: #616161. Windows color (decimal): -452525 or 5445881. OLE color: 5445881.

HSL color Cylindrical-coordinate representation of color #F91853: hue angle of 344.27º 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 #F91853 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB2492483-
CMYK00.900.670.02
HSL344.27º94.94%53.53%-
HSV(B)344.27º90.36%97.65%-
XYZ40.9521.4210.16-
YUV98119.54235.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.94%
GREEN value IS 24 (9.77% from 255) = 6.74%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=69.94%
G=6.74%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249248300.900.670.02344.2794.9453.53
HexF9185305A4321585f36
Octal371301230132103253013766
Binary11111001110001010011010110101000011101010110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91853; }

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

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

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

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

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

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

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

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