#FC6CBD

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

Shades of Hot Pink #FC6CBD

Tints of Hot Pink #FC6CBD

Color information

#FC6CBD (or 0xFC6CBD) is unknown color: approx Hot Pink. HEX triplet: FC, 6C and BD. RGB value is (252,108,189). Sum of RGB (Red+Green+Blue) = 252+108+189=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CBD is #039342. Grayscale: #A0A0A0. Windows color (decimal): -234307 or 12414204. OLE color: 12414204.

HSL color Cylindrical-coordinate representation of color #FC6CBD: hue angle of 326.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CBD is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252108189-
CMYK00.570.250.01
HSL326.25º96%70.59%-
HSV(B)326.25º57.14%98.82%-
XYZ54.6935.0952.04-
YUV160.29144.21193.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 108 (42.58% from 255) = 19.67%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=45.90%
G=19.67%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210818900.570.250.01326.259670.59
HexFC6CBD0391911466047
Octal374154275071311506140107
Binary11111100110110010111101011100111001110100011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6CBD; }

 p { color: rgb(252,108,189); }

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

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

 a { background-color: rgb(252,108,189); }

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

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

 span { border-color: rgb(252,108,189); }

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