#f02f51

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

Shades of Amaranth #F02F51

Tints of Amaranth #F02F51

Color information

#F02F51 (or 0xF02F51) is unknown color: approx Amaranth. HEX triplet: F0, 2F and 51. RGB value is (240,47,81). Sum of RGB (Red+Green+Blue) = 240+47+81=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F51 is #0FD0AE. Grayscale: #6C6C6C. Windows color (decimal): -1036463 or 5320688. OLE color: 5320688.

HSL color Cylindrical-coordinate representation of color #F02F51: hue angle of 349.43º 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 #F02F51 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB2404781-
CMYK00.800.660.06
HSL349.43º86.55%56.27%-
HSV(B)349.43º80.42%94.12%-
XYZ38.4421.159.84-
YUV108.58112.44221.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.22%
GREEN value IS 47 (18.75% from 255) = 12.77%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=65.22%
G=12.77%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240478100.800.660.06349.4386.5556.27
HexF02F5105042615d5738
Octal360571210120102653512770
Binary1111000010111110100010101000010000101101010111011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f02f51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f02f51; }

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

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

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

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

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

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

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

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