#FC77B4

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

Shades of Hot Pink #FC77B4

Tints of Hot Pink #FC77B4

Color information

#FC77B4 (or 0xFC77B4) is unknown color: approx Hot Pink. HEX triplet: FC, 77 and B4. RGB value is (252,119,180). Sum of RGB (Red+Green+Blue) = 252+119+180=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77B4 is #03884B. Grayscale: #A5A5A5. Windows color (decimal): -231500 or 11827196. OLE color: 11827196.

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

Color convert

RGB252119180-
CMYK00.530.290.01
HSL332.48º95.68%72.75%-
HSV(B)332.48º52.78%98.82%-
XYZ54.9837.1847.46-
YUV165.72136.06189.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 119 (46.88% from 255) = 21.60%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=45.74%
G=21.60%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211918000.530.290.01332.4895.6872.75
HexFC77B40351D114c6049
Octal374167264065351514140111
Binary11111100111011110110100011010111101110100110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC77B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC77B4; }

 p { color: rgb(252,119,180); }

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

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

 a { background-color: rgb(252,119,180); }

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

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

 span { border-color: rgb(252,119,180); }

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