#F05A84

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

Shades of Dark Pink #F05A84

Tints of Dark Pink #F05A84

Color information

#F05A84 (or 0xF05A84) is unknown color: approx Dark Pink. HEX triplet: F0, 5A and 84. RGB value is (240,90,132). Sum of RGB (Red+Green+Blue) = 240+90+132=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05A84 is #0FA57B. Grayscale: #8B8B8B. Windows color (decimal): -1025404 or 8674032. OLE color: 8674032.

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

Color convert

RGB24090132-
CMYK00.620.450.06
HSL343.2º83.33%64.71%-
HSV(B)343.2º62.5%94.12%-
XYZ43.7627.524.83-
YUV139.64123.7199.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=51.95%
G=19.48%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409013200.620.450.06343.283.3364.71
HexF05A8403E2D61575341
Octal360132204076556527123101
Binary11110000101101010000100011111010110111010101011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A84; }

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

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

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

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

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

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

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

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