#F05B88

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

Shades of Dark Pink #F05B88

Tints of Dark Pink #F05B88

Color information

#F05B88 (or 0xF05B88) is unknown color: approx Dark Pink. HEX triplet: F0, 5B and 88. RGB value is (240,91,136). Sum of RGB (Red+Green+Blue) = 240+91+136=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05B88 is #0FA477. Grayscale: #8C8C8C. Windows color (decimal): -1025144 or 8936432. OLE color: 8936432.

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

Color convert

RGB24091136-
CMYK00.620.430.06
HSL341.88º83.24%64.9%-
HSV(B)341.88º62.08%94.12%-
XYZ44.1227.7926.33-
YUV140.68125.36198.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=51.39%
G=19.49%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409113600.620.430.06341.8883.2464.9
HexF05B8803E2B61565341
Octal360133210076536526123101
Binary11110000101101110001000011111010101111010101011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B88; }

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

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

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

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

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

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

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

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