#F05988

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

Shades of Dark Pink #F05988

Tints of Dark Pink #F05988

Color information

#F05988 (or 0xF05988) is unknown color: approx Dark Pink. HEX triplet: F0, 59 and 88. RGB value is (240,89,136). Sum of RGB (Red+Green+Blue) = 240+89+136=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F05988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05988 is #0FA677. Grayscale: #8B8B8B. Windows color (decimal): -1025656 or 8935920. OLE color: 8935920.

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

Color convert

RGB24089136-
CMYK00.630.430.06
HSL341.32º83.43%64.51%-
HSV(B)341.32º62.92%94.12%-
XYZ43.9527.4526.27-
YUV139.51126.03199.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=51.61%
G=19.14%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408913600.630.430.06341.3283.4364.51
HexF0598803F2B61555341
Octal360131210077536525123101
Binary11110000101100110001000011111110101111010101010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05988; }

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

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

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

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

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

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

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

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