#FD78C2

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

Shades of Persian Pink #FD78C2

Tints of Persian Pink #FD78C2

Color information

#FD78C2 (or 0xFD78C2) is unknown color: approx Persian Pink. HEX triplet: FD, 78 and C2. RGB value is (253,120,194). Sum of RGB (Red+Green+Blue) = 253+120+194=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FD78C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD78C2 is #02873D. Grayscale: #A8A8A8. Windows color (decimal): -165694 or 12744957. OLE color: 12744957.

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

Color convert

RGB253120194-
CMYK00.530.230.01
HSL326.62º97.08%73.14%-
HSV(B)326.62º52.57%99.22%-
XYZ56.9638.2155.41-
YUV168.2142.56188.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.62%
GREEN value IS 120 (47.27% from 255) = 21.16%
BLUE value IS 194 (76.17% from 255) = 34.22%
R=44.62%
G=21.16%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312019400.530.230.01326.6297.0873.14
HexFD78C20351711476149
Octal375170302065271507141111
Binary11111101111100011000010011010110111110100011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD78C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD78C2; }

 p { color: rgb(253,120,194); }

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

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

 a { background-color: rgb(253,120,194); }

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

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

 span { border-color: rgb(253,120,194); }

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