#F02F5A

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

Shades of Amaranth #F02F5A

Tints of Amaranth #F02F5A

Color information

#F02F5A (or 0xF02F5A) is unknown color: approx Amaranth. HEX triplet: F0, 2F and 5A. RGB value is (240,47,90). Sum of RGB (Red+Green+Blue) = 240+47+90=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F5A is #0FD0A5. Grayscale: #6D6D6D. Windows color (decimal): -1036454 or 5910512. OLE color: 5910512.

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

Color convert

RGB2404790-
CMYK00.800.620.06
HSL346.63º86.55%56.27%-
HSV(B)346.63º80.42%94.12%-
XYZ38.821.311.74-
YUV109.61116.94221-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 47 (18.75% from 255) = 12.47%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=63.66%
G=12.47%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240479000.800.620.06346.6386.5556.27
HexF02F5A0503E615b5738
Octal36057132012076653312770
Binary111100001011111011010010100001111101101010110111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02F5A; }

 p { color: rgb(240,47,90); }

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

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

 a { background-color: rgb(240,47,90); }

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

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

 span { border-color: rgb(240,47,90); }

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