#F03551

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

Shades of Amaranth #F03551

Tints of Amaranth #F03551

Color information

#F03551 (or 0xF03551) is unknown color: approx Amaranth. HEX triplet: F0, 35 and 51. RGB value is (240,53,81). Sum of RGB (Red+Green+Blue) = 240+53+81=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F03551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03551 is #0FCAAE. Grayscale: #707070. Windows color (decimal): -1034927 or 5322224. OLE color: 5322224.

HSL color Cylindrical-coordinate representation of color #F03551: hue angle of 351.02º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03551 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB2405381-
CMYK00.780.660.06
HSL351.02º86.18%57.45%-
HSV(B)351.02º77.92%94.12%-
XYZ38.6921.679.93-
YUV112.1110.45219.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.17%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=64.17%
G=14.17%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240538100.780.660.06351.0286.1857.45
HexF0355104E42615f5639
Octal360651210116102653712671
Binary1111000011010110100010100111010000101101010111111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03551; }

 p { color: rgb(240,53,81); }

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

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

 a { background-color: rgb(240,53,81); }

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

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

 span { border-color: rgb(240,53,81); }

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