#f52c4b

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

Shades of Amaranth #F52C4B

Tints of Amaranth #F52C4B

Color information

#F52C4B (or 0xF52C4B) is unknown color: approx Amaranth. HEX triplet: F5, 2C and 4B. RGB value is (245,44,75). Sum of RGB (Red+Green+Blue) = 245+44+75=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52C4B is #0AD3B4. Grayscale: #6B6B6B. Windows color (decimal): -709557 or 4926709. OLE color: 4926709.

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

Color convert

RGB2454475-
CMYK00.820.690.04
HSL350.75º90.95%56.67%-
HSV(B)350.75º82.04%96.08%-
XYZ39.8321.728.75-
YUV107.63109.59225.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 67.31%
GREEN value IS 44 (17.58% from 255) = 12.09%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=67.31%
G=12.09%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245447500.820.690.04350.7590.9556.67
HexF52C4B05245415f5b39
Octal365541130122105453713371
Binary1111010110110010010110101001010001011001010111111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f52c4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f52c4b; }

 p { color: rgb(245,44,75); }

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

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

 a { background-color: rgb(245,44,75); }

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

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

 span { border-color: rgb(245,44,75); }

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