#FC5BB7

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

Shades of Hot Pink #FC5BB7

Tints of Hot Pink #FC5BB7

Color information

#FC5BB7 (or 0xFC5BB7) is unknown color: approx Hot Pink. HEX triplet: FC, 5B and B7. RGB value is (252,91,183). Sum of RGB (Red+Green+Blue) = 252+91+183=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BB7 is #03A448. Grayscale: #959595. Windows color (decimal): -238665 or 12016636. OLE color: 12016636.

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

Color convert

RGB25291183-
CMYK00.640.270.01
HSL325.71º96.41%67.25%-
HSV(B)325.71º63.89%98.82%-
XYZ52.4331.648.13-
YUV149.63146.84201.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 91 (35.94% from 255) = 17.30%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=47.91%
G=17.30%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529118300.640.270.01325.7196.4167.25
HexFC5BB70401B11466043
Octal3741332670100331506140103
Binary111111001011011101101110100000011011110100011011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5BB7; }

 p { color: rgb(252,91,183); }

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

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

 a { background-color: rgb(252,91,183); }

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

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

 span { border-color: rgb(252,91,183); }

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