#F05987

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

Shades of Dark Pink #F05987

Tints of Dark Pink #F05987

Color information

#F05987 (or 0xF05987) is unknown color: approx Dark Pink. HEX triplet: F0, 59 and 87. RGB value is (240,89,135). Sum of RGB (Red+Green+Blue) = 240+89+135=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F05987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05987 is #0FA678. Grayscale: #8B8B8B. Windows color (decimal): -1025657 or 8870384. OLE color: 8870384.

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

Color convert

RGB24089135-
CMYK00.630.440.06
HSL341.72º83.43%64.51%-
HSV(B)341.72º62.92%94.12%-
XYZ43.8827.4225.9-
YUV139.39125.53199.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.72%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=51.72%
G=19.18%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408913500.630.440.06341.7283.4364.51
HexF0598703F2C61565341
Octal360131207077546526123101
Binary11110000101100110000111011111110110011010101011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05987; }

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

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

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

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

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

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

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

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