#F42548

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

Shades of Amaranth #F42548

Tints of Amaranth #F42548

Color information

#F42548 (or 0xF42548) is unknown color: approx Amaranth. HEX triplet: F4, 25 and 48. RGB value is (244,37,72). Sum of RGB (Red+Green+Blue) = 244+37+72=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F42548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42548 is #0BDAB7. Grayscale: #666666. Windows color (decimal): -776888 or 4728308. OLE color: 4728308.

HSL color Cylindrical-coordinate representation of color #F42548: hue angle of 349.86º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42548 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB2443772-
CMYK00.850.700.04
HSL349.86º90.39%55.1%-
HSV(B)349.86º84.84%95.69%-
XYZ39.1421.028.13-
YUV102.88110.58228.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.12%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=69.12%
G=10.48%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244377200.850.700.04349.8690.3955.1
HexF4254805546415e5a37
Octal364451100125106453613267
Binary1111010010010110010000101010110001101001010111101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42548; }

 p { color: rgb(244,37,72); }

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

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

 a { background-color: rgb(244,37,72); }

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

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

 span { border-color: rgb(244,37,72); }

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