#F42151

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

Shades of Amaranth #F42151

Tints of Amaranth #F42151

Color information

#F42151 (or 0xF42151) is unknown color: approx Amaranth. HEX triplet: F4, 21 and 51. RGB value is (244,33,81). Sum of RGB (Red+Green+Blue) = 244+33+81=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F42151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42151 is #0BDEAE. Grayscale: #656565. Windows color (decimal): -777903 or 5317108. OLE color: 5317108.

HSL color Cylindrical-coordinate representation of color #F42151: hue angle of 346.35º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42151 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB2443381-
CMYK00.860.670.04
HSL346.35º90.56%54.31%-
HSV(B)346.35º86.48%95.69%-
XYZ39.3420.919.75-
YUV101.56116.4229.6-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 68.16%
GREEN value IS 33 (13.28% from 255) = 9.22%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=68.16%
G=9.22%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244338100.860.670.04346.3590.5654.31
HexF4215105643415a5b36
Octal364411210126103453213366
Binary1111010010000110100010101011010000111001010110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42151; }

 p { color: rgb(244,33,81); }

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

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

 a { background-color: rgb(244,33,81); }

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

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

 span { border-color: rgb(244,33,81); }

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