#FD77C1

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

Shades of Persian Pink #FD77C1

Tints of Persian Pink #FD77C1

Color information

#FD77C1 (or 0xFD77C1) is unknown color: approx Persian Pink. HEX triplet: FD, 77 and C1. RGB value is (253,119,193). Sum of RGB (Red+Green+Blue) = 253+119+193=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77C1 is #02883E. Grayscale: #A7A7A7. Windows color (decimal): -165951 or 12679165. OLE color: 12679165.

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

Color convert

RGB253119193-
CMYK00.530.240.01
HSL326.87º97.1%72.94%-
HSV(B)326.87º52.96%99.22%-
XYZ56.7337.9354.78-
YUV167.5142.39188.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 119 (46.88% from 255) = 21.06%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=44.78%
G=21.06%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311919300.530.240.01326.8797.172.94
HexFD77C10351811476149
Octal375167301065301507141111
Binary11111101111011111000001011010111000110100011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD77C1; }

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

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

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

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

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

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

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

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