#F05587

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

Shades of Dark Pink #F05587

Tints of Dark Pink #F05587

Color information

#F05587 (or 0xF05587) is unknown color: approx Dark Pink. HEX triplet: F0, 55 and 87. RGB value is (240,85,135). Sum of RGB (Red+Green+Blue) = 240+85+135=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F05587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05587 is #0FAA78. Grayscale: #898989. Windows color (decimal): -1026681 or 8869360. OLE color: 8869360.

HSL color Cylindrical-coordinate representation of color #F05587: hue angle of 340.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05587 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB24085135-
CMYK00.650.440.06
HSL340.65º83.78%63.73%-
HSV(B)340.65º64.58%94.12%-
XYZ43.5626.7725.79-
YUV137.04126.85201.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.17%
GREEN value IS 85 (33.59% from 255) = 18.48%
BLUE value IS 135 (53.12% from 255) = 29.35%
R=52.17%
G=18.48%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408513500.650.440.06340.6583.7863.73
HexF055870412C61555440
Octal3601252070101546525124100
Binary111100001010101100001110100000110110011010101010110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05587; }

 p { color: rgb(240,85,135); }

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

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

 a { background-color: rgb(240,85,135); }

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

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

 span { border-color: rgb(240,85,135); }

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