#FC71B4

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

Shades of Hot Pink #FC71B4

Tints of Hot Pink #FC71B4

Color information

#FC71B4 (or 0xFC71B4) is unknown color: approx Hot Pink. HEX triplet: FC, 71 and B4. RGB value is (252,113,180). Sum of RGB (Red+Green+Blue) = 252+113+180=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71B4 is #038E4B. Grayscale: #A2A2A2. Windows color (decimal): -233036 or 11825660. OLE color: 11825660.

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

Color convert

RGB252113180-
CMYK00.550.290.01
HSL331.08º95.86%71.57%-
HSV(B)331.08º55.16%98.82%-
XYZ54.2935.847.23-
YUV162.2138.05192.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=46.24%
G=20.73%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211318000.550.290.01331.0895.8671.57
HexFC71B40371D114b6048
Octal374161264067351513140110
Binary11111100111000110110100011011111101110100101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC71B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC71B4; }

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

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

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

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

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

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

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

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