#FD79C2

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

Shades of Persian Pink #FD79C2

Tints of Persian Pink #FD79C2

Color information

#FD79C2 (or 0xFD79C2) is unknown color: approx Persian Pink. HEX triplet: FD, 79 and C2. RGB value is (253,121,194). Sum of RGB (Red+Green+Blue) = 253+121+194=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD79C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD79C2 is #02863D. Grayscale: #A8A8A8. Windows color (decimal): -165438 or 12745213. OLE color: 12745213.

HSL color Cylindrical-coordinate representation of color #FD79C2: hue angle of 326.82º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD79C2 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253121194-
CMYK00.520.230.01
HSL326.82º97.06%73.33%-
HSV(B)326.82º52.17%99.22%-
XYZ57.0838.4555.45-
YUV168.79142.23188.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 194 (76.17% from 255) = 34.15%
R=44.54%
G=21.30%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312119400.520.230.01326.8297.0673.33
HexFD79C20341711476149
Octal375171302064271507141111
Binary11111101111100111000010011010010111110100011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD79C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD79C2; }

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

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

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

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

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

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

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

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