#F02751

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

Shades of Amaranth #F02751

Tints of Amaranth #F02751

Color information

#F02751 (or 0xF02751) is unknown color: approx Amaranth. HEX triplet: F0, 27 and 51. RGB value is (240,39,81). Sum of RGB (Red+Green+Blue) = 240+39+81=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F02751 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02751 is #0FD8AE. Grayscale: #676767. Windows color (decimal): -1038511 or 5318640. OLE color: 5318640.

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

Color convert

RGB2403981-
CMYK00.840.660.06
HSL347.46º87.01%54.71%-
HSV(B)347.46º83.75%94.12%-
XYZ38.1520.579.74-
YUV103.89115.09225.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.67%
GREEN value IS 39 (15.62% from 255) = 10.83%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=66.67%
G=10.83%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240398100.840.660.06347.4687.0154.71
HexF0275105442615b5737
Octal360471210124102653312767
Binary1111000010011110100010101010010000101101010110111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02751; }

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

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

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

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

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

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

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

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