#F02758

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

Shades of Amaranth #F02758

Tints of Amaranth #F02758

Color information

#F02758 (or 0xF02758) is unknown color: approx Amaranth. HEX triplet: F0, 27 and 58. RGB value is (240,39,88). Sum of RGB (Red+Green+Blue) = 240+39+88=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F02758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02758 is #0FD8A7. Grayscale: #686868. Windows color (decimal): -1038504 or 5777392. OLE color: 5777392.

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

Color convert

RGB2403988-
CMYK00.840.630.06
HSL345.37º87.01%54.71%-
HSV(B)345.37º83.75%94.12%-
XYZ38.4220.6811.2-
YUV104.68118.59224.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.40%
GREEN value IS 39 (15.62% from 255) = 10.63%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=65.40%
G=10.63%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240398800.840.630.06345.3787.0154.71
HexF027580543F61595737
Octal36047130012477653112767
Binary111100001001111011000010101001111111101010110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02758; }

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

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

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

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

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

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

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

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