#FD77BB

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

Shades of Persian Pink #FD77BB

Tints of Persian Pink #FD77BB

Color information

#FD77BB (or 0xFD77BB) is unknown color: approx Persian Pink. HEX triplet: FD, 77 and BB. RGB value is (253,119,187). Sum of RGB (Red+Green+Blue) = 253+119+187=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77BB is #028844. Grayscale: #A6A6A6. Windows color (decimal): -165957 or 12285949. OLE color: 12285949.

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

Color convert

RGB253119187-
CMYK00.530.260.01
HSL329.55º97.1%72.94%-
HSV(B)329.55º52.96%99.22%-
XYZ56.0737.6651.33-
YUV166.82139.39189.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=45.26%
G=21.29%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311918700.530.260.01329.5597.172.94
HexFD77BB0351A114a6149
Octal375167273065321512141111
Binary11111101111011110111011011010111010110100101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD77BB; }

 p { color: rgb(253,119,187); }

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

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

 a { background-color: rgb(253,119,187); }

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

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

 span { border-color: rgb(253,119,187); }

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