#FC75BC

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

Shades of Persian Pink #FC75BC

Tints of Persian Pink #FC75BC

Color information

#FC75BC (or 0xFC75BC) is unknown color: approx Persian Pink. HEX triplet: FC, 75 and BC. RGB value is (252,117,188). Sum of RGB (Red+Green+Blue) = 252+117+188=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75BC is #038A43. Grayscale: #A5A5A5. Windows color (decimal): -232004 or 12350972. OLE color: 12350972.

HSL color Cylindrical-coordinate representation of color #FC75BC: hue angle of 328.44º 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 #FC75BC is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252117188-
CMYK00.540.250.01
HSL328.44º95.74%72.35%-
HSV(B)328.44º53.57%98.82%-
XYZ55.5837.0551.8-
YUV165.46140.73189.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=45.24%
G=21.01%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211718800.540.250.01328.4495.7472.35
HexFC75BC0361911486048
Octal374165274066311510140110
Binary11111100111010110111100011011011001110100100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75BC; }

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

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

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

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

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

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

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

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