#FC51BA

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

Shades of Hot Pink #FC51BA

Tints of Hot Pink #FC51BA

Color information

#FC51BA (or 0xFC51BA) is unknown color: approx Hot Pink. HEX triplet: FC, 51 and BA. RGB value is (252,81,186). Sum of RGB (Red+Green+Blue) = 252+81+186=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51BA is #03AE45. Grayscale: #8F8F8F. Windows color (decimal): -241222 or 12210684. OLE color: 12210684.

HSL color Cylindrical-coordinate representation of color #FC51BA: hue angle of 323.16º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51BA is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB25281186-
CMYK00.680.260.01
HSL323.16º96.61%65.29%-
HSV(B)323.16º67.86%98.82%-
XYZ51.9530.1349.53-
YUV144.1151.65204.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 81 (32.03% from 255) = 15.61%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=48.55%
G=15.61%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528118600.680.260.01323.1696.6165.29
HexFC51BA0441A11436141
Octal3741212720104321503141101
Binary111111001010001101110100100010011010110100001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC51BA; }

 p { color: rgb(252,81,186); }

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

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

 a { background-color: rgb(252,81,186); }

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

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

 span { border-color: rgb(252,81,186); }

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