#F05B81

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

Shades of Dark Pink #F05B81

Tints of Dark Pink #F05B81

Color information

#F05B81 (or 0xF05B81) is unknown color: approx Dark Pink. HEX triplet: F0, 5B and 81. RGB value is (240,91,129). Sum of RGB (Red+Green+Blue) = 240+91+129=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05B81 is #0FA47E. Grayscale: #8B8B8B. Windows color (decimal): -1025151 or 8477680. OLE color: 8477680.

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

Color convert

RGB24091129-
CMYK00.620.460.06
HSL344.7º83.24%64.9%-
HSV(B)344.7º62.08%94.12%-
XYZ43.6427.5923.79-
YUV139.88121.86199.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.17%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 129 (50.78% from 255) = 28.04%
R=52.17%
G=19.78%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409112900.620.460.06344.783.2464.9
HexF05B8103E2E61595341
Octal360133201076566531123101
Binary11110000101101110000001011111010111011010101100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B81; }

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

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

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

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

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

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

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

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