#FF56C0

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

Shades of Hot Pink #FF56C0

Tints of Hot Pink #FF56C0

Color information

#FF56C0 (or 0xFF56C0) is unknown color: approx Hot Pink. HEX triplet: FF, 56 and C0. RGB value is (255,86,192). Sum of RGB (Red+Green+Blue) = 255+86+192=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56C0 is #00A93F. Grayscale: #949494. Windows color (decimal): -43328 or 12605183. OLE color: 12605183.

HSL color Cylindrical-coordinate representation of color #FF56C0: hue angle of 322.37º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56C0 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB25586192-
CMYK00.660.250
HSL322.37º100%66.86%-
HSV(B)322.37º66.27%100%-
XYZ54.0831.7253.14-
YUV148.61152.49203.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 86 (33.98% from 255) = 16.14%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=47.84%
G=16.14%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558619200.660.250322.3710066.86
HexFF56C00421901426443
Octal3771263000102310502144103
Binary111111111010110110000000100001011001010100001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56C0; }

 p { color: rgb(255,86,192); }

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

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

 a { background-color: rgb(255,86,192); }

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

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

 span { border-color: rgb(255,86,192); }

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