#F02E5B

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

Shades of Amaranth #F02E5B

Tints of Amaranth #F02E5B

Color information

#F02E5B (or 0xF02E5B) is unknown color: approx Amaranth. HEX triplet: F0, 2E and 5B. RGB value is (240,46,91). Sum of RGB (Red+Green+Blue) = 240+46+91=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02E5B is #0FD1A4. Grayscale: #6D6D6D. Windows color (decimal): -1036709 or 5975792. OLE color: 5975792.

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

Color convert

RGB2404691-
CMYK00.810.620.06
HSL346.08º86.61%56.08%-
HSV(B)346.08º80.83%94.12%-
XYZ38.821.2311.95-
YUV109.14117.77221.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 46 (18.36% from 255) = 12.20%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=63.66%
G=12.20%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240469100.810.620.06346.0886.6156.08
HexF02E5B0513E615a5738
Octal36056133012176653212770
Binary111100001011101011011010100011111101101010110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02E5B; }

 p { color: rgb(240,46,91); }

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

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

 a { background-color: rgb(240,46,91); }

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

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

 span { border-color: rgb(240,46,91); }

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