#F0567D

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

Shades of Dark Pink #F0567D

Tints of Dark Pink #F0567D

Color information

#F0567D (or 0xF0567D) is unknown color: approx Dark Pink. HEX triplet: F0, 56 and 7D. RGB value is (240,86,125). Sum of RGB (Red+Green+Blue) = 240+86+125=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0567D is #0FA982. Grayscale: #888888. Windows color (decimal): -1026435 or 8214256. OLE color: 8214256.

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

Color convert

RGB24086125-
CMYK00.640.480.06
HSL344.81º83.7%63.92%-
HSV(B)344.81º64.17%94.12%-
XYZ42.9626.6622.28-
YUV136.49121.52201.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=53.22%
G=19.07%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408612500.640.480.06344.8183.763.92
HexF0567D0403061595440
Octal3601261750100606531124100
Binary11110000101011011111010100000011000011010101100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0567D; }

 p { color: rgb(240,86,125); }

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

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

 a { background-color: rgb(240,86,125); }

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

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

 span { border-color: rgb(240,86,125); }

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