#f02b59

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

Shades of Amaranth #F02B59

Tints of Amaranth #F02B59

Color information

#F02B59 (or 0xF02B59) is unknown color: approx Amaranth. HEX triplet: F0, 2B and 59. RGB value is (240,43,89). Sum of RGB (Red+Green+Blue) = 240+43+89=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02B59 is #0FD4A6. Grayscale: #6B6B6B. Windows color (decimal): -1037479 or 5843952. OLE color: 5843952.

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

Color convert

RGB2404389-
CMYK00.820.630.06
HSL345.99º86.78%55.49%-
HSV(B)345.99º82.08%94.12%-
XYZ38.620.9711.47-
YUV107.15117.77222.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.52%
GREEN value IS 43 (17.19% from 255) = 11.56%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=64.52%
G=11.56%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240438900.820.630.06345.9986.7855.49
HexF02B590523F615a5737
Octal36053131012277653212767
Binary111100001010111011001010100101111111101010110101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f02b59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f02b59; }

 p { color: rgb(240,43,89); }

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

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

 a { background-color: rgb(240,43,89); }

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

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

 span { border-color: rgb(240,43,89); }

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