#F05B80

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

Shades of Dark Pink #F05B80

Tints of Dark Pink #F05B80

Color information

#F05B80 (or 0xF05B80) is unknown color: approx Dark Pink. HEX triplet: F0, 5B and 80. RGB value is (240,91,128). Sum of RGB (Red+Green+Blue) = 240+91+128=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05B80 is #0FA47F. Grayscale: #8B8B8B. Windows color (decimal): -1025152 or 8412144. OLE color: 8412144.

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

Color convert

RGB24091128-
CMYK00.620.470.06
HSL345.1º83.24%64.9%-
HSV(B)345.1º62.08%94.12%-
XYZ43.5727.5723.45-
YUV139.77121.36199.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=52.29%
G=19.83%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409112800.620.470.06345.183.2464.9
HexF05B8003E2F61595341
Octal360133200076576531123101
Binary11110000101101110000000011111010111111010101100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B80; }

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

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

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

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

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

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

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

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