#FC75BB

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

Shades of Persian Pink #FC75BB

Tints of Persian Pink #FC75BB

Color information

#FC75BB (or 0xFC75BB) is unknown color: approx Persian Pink. HEX triplet: FC, 75 and BB. RGB value is (252,117,187). Sum of RGB (Red+Green+Blue) = 252+117+187=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75BB is #038A44. Grayscale: #A5A5A5. Windows color (decimal): -232005 or 12285436. OLE color: 12285436.

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

Color convert

RGB252117187-
CMYK00.540.260.01
HSL328.89º95.74%72.35%-
HSV(B)328.89º53.57%98.82%-
XYZ55.4837.0151.23-
YUV165.34140.23189.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 117 (46.09% from 255) = 21.04%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=45.32%
G=21.04%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211718700.540.260.01328.8995.7472.35
HexFC75BB0361A11496048
Octal374165273066321511140110
Binary11111100111010110111011011011011010110100100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75BB; }

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

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

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

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

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

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

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

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