#F05784

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

Shades of Dark Pink #F05784

Tints of Dark Pink #F05784

Color information

#F05784 (or 0xF05784) is unknown color: approx Dark Pink. HEX triplet: F0, 57 and 84. RGB value is (240,87,132). Sum of RGB (Red+Green+Blue) = 240+87+132=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F05784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05784 is #0FA87B. Grayscale: #898989. Windows color (decimal): -1026172 or 8673264. OLE color: 8673264.

HSL color Cylindrical-coordinate representation of color #F05784: hue angle of 342.35º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05784 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB24087132-
CMYK00.640.450.06
HSL342.35º83.61%64.12%-
HSV(B)342.35º63.75%94.12%-
XYZ43.5127.0124.75-
YUV137.88124.69200.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=52.29%
G=18.95%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408713200.640.450.06342.3583.6164.12
HexF057840402D61565440
Octal3601272040100556526124100
Binary111100001010111100001000100000010110111010101011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05784; }

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

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

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

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

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

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

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

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