#FD79C4

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

Shades of Persian Pink #FD79C4

Tints of Persian Pink #FD79C4

Color information

#FD79C4 (or 0xFD79C4) is unknown color: approx Persian Pink. HEX triplet: FD, 79 and C4. RGB value is (253,121,196). Sum of RGB (Red+Green+Blue) = 253+121+196=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD79C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD79C4 is #02863B. Grayscale: #A8A8A8. Windows color (decimal): -165436 or 12876285. OLE color: 12876285.

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

Color convert

RGB253121196-
CMYK00.520.230.01
HSL325.91º97.06%73.33%-
HSV(B)325.91º52.17%99.22%-
XYZ57.3138.5456.64-
YUV169.02143.23187.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 121 (47.66% from 255) = 21.23%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=44.39%
G=21.23%
B=34.39%

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
Decimal25312119600.520.230.01325.9197.0673.33
HexFD79C40341711466149
Octal375171304064271506141111
Binary11111101111100111000100011010010111110100011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD79C4; }

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

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

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

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

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

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

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

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