#f42155

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

Shades of Amaranth #F42155

Tints of Amaranth #F42155

Color information

#F42155 (or 0xF42155) is unknown color: approx Amaranth. HEX triplet: F4, 21 and 55. RGB value is (244,33,85). Sum of RGB (Red+Green+Blue) = 244+33+85=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F42155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42155 is #0BDEAA. Grayscale: #666666. Windows color (decimal): -777899 or 5579252. OLE color: 5579252.

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

Color convert

RGB2443385-
CMYK00.860.650.04
HSL345.21º90.56%54.31%-
HSV(B)345.21º86.48%95.69%-
XYZ39.4920.9810.56-
YUV102.02118.4229.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 67.40%
GREEN value IS 33 (13.28% from 255) = 9.12%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=67.40%
G=9.12%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244338500.860.650.04345.2190.5654.31
HexF421550564141595b36
Octal364411250126101453113366
Binary1111010010000110101010101011010000011001010110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f42155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f42155; }

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

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

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

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

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

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

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

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