#FC76AF

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

Shades of Hot Pink #FC76AF

Tints of Hot Pink #FC76AF

Color information

#FC76AF (or 0xFC76AF) is unknown color: approx Hot Pink. HEX triplet: FC, 76 and AF. RGB value is (252,118,175). Sum of RGB (Red+Green+Blue) = 252+118+175=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC76AF is #038950. Grayscale: #A4A4A4. Windows color (decimal): -231761 or 11499260. OLE color: 11499260.

HSL color Cylindrical-coordinate representation of color #FC76AF: hue angle of 334.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 #FC76AF is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252118175-
CMYK00.530.310.01
HSL334.48º95.71%72.55%-
HSV(B)334.48º53.17%98.82%-
XYZ54.3636.7544.79-
YUV164.56133.89190.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 118 (46.48% from 255) = 21.65%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=46.24%
G=21.65%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211817500.530.310.01334.4895.7172.55
HexFC76AF0351F114e6049
Octal374166257065371516140111
Binary11111100111011010101111011010111111110100111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC76AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC76AF; }

 p { color: rgb(252,118,175); }

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

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

 a { background-color: rgb(252,118,175); }

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

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

 span { border-color: rgb(252,118,175); }

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