#F05A87

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

Shades of Dark Pink #F05A87

Tints of Dark Pink #F05A87

Color information

#F05A87 (or 0xF05A87) is unknown color: approx Dark Pink. HEX triplet: F0, 5A and 87. RGB value is (240,90,135). Sum of RGB (Red+Green+Blue) = 240+90+135=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05A87 is #0FA578. Grayscale: #8B8B8B. Windows color (decimal): -1025401 or 8870640. OLE color: 8870640.

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

Color convert

RGB24090135-
CMYK00.620.440.06
HSL342º83.33%64.71%-
HSV(B)342º62.5%94.12%-
XYZ43.9627.5925.93-
YUV139.98125.2199.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=51.61%
G=19.35%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409013500.620.440.0634283.3364.71
HexF05A8703E2C61565341
Octal360132207076546526123101
Binary11110000101101010000111011111010110011010101011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A87; }

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

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

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

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

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

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

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

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