#F42152

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

Shades of Amaranth #F42152

Tints of Amaranth #F42152

Color information

#F42152 (or 0xF42152) is unknown color: approx Amaranth. HEX triplet: F4, 21 and 52. RGB value is (244,33,82). Sum of RGB (Red+Green+Blue) = 244+33+82=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F42152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42152 is #0BDEAD. Grayscale: #656565. Windows color (decimal): -777902 or 5382644. OLE color: 5382644.

HSL color Cylindrical-coordinate representation of color #F42152: hue angle of 346.07º 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 #F42152 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB2443382-
CMYK00.860.660.04
HSL346.07º90.56%54.31%-
HSV(B)346.07º86.48%95.69%-
XYZ39.3820.939.95-
YUV101.68116.9229.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 67.97%
GREEN value IS 33 (13.28% from 255) = 9.19%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=67.97%
G=9.19%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244338200.860.660.04346.0790.5654.31
HexF4215205642415a5b36
Octal364411220126102453213366
Binary1111010010000110100100101011010000101001010110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42152; }

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

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

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

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

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

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

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

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