#FC75B5

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

Shades of Hot Pink #FC75B5

Tints of Hot Pink #FC75B5

Color information

#FC75B5 (or 0xFC75B5) is unknown color: approx Hot Pink. HEX triplet: FC, 75 and B5. RGB value is (252,117,181). Sum of RGB (Red+Green+Blue) = 252+117+181=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75B5 is #038A4A. Grayscale: #A4A4A4. Windows color (decimal): -232011 or 11892220. OLE color: 11892220.

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

Color convert

RGB252117181-
CMYK00.540.280.01
HSL331.56º95.74%72.35%-
HSV(B)331.56º53.57%98.82%-
XYZ54.8536.7547.92-
YUV164.66137.23190.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.82%
GREEN value IS 117 (46.09% from 255) = 21.27%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=45.82%
G=21.27%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211718100.540.280.01331.5695.7472.35
HexFC75B50361C114c6048
Octal374165265066341514140110
Binary11111100111010110110101011011011100110100110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75B5; }

 p { color: rgb(252,117,181); }

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

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

 a { background-color: rgb(252,117,181); }

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

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

 span { border-color: rgb(252,117,181); }

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