#F0567C

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

Shades of Dark Pink #F0567C

Tints of Dark Pink #F0567C

Color information

#F0567C (or 0xF0567C) is unknown color: approx Dark Pink. HEX triplet: F0, 56 and 7C. RGB value is (240,86,124). Sum of RGB (Red+Green+Blue) = 240+86+124=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0567C is #0FA983. Grayscale: #888888. Windows color (decimal): -1026436 or 8148720. OLE color: 8148720.

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

Color convert

RGB24086124-
CMYK00.640.480.06
HSL345.19º83.7%63.92%-
HSV(B)345.19º64.17%94.12%-
XYZ42.926.6421.95-
YUV136.38121.02201.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 86 (33.98% from 255) = 19.11%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=53.33%
G=19.11%
B=27.56%

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
Decimal2408612400.640.480.06345.1983.763.92
HexF0567C0403061595440
Octal3601261740100606531124100
Binary11110000101011011111000100000011000011010101100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0567C; }

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

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

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

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

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

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

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

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