Html Css Color HEX #FD79C0 Persian Pink

📋 copy color: '#FD79C0'

red 253 ◦ green 121 ◦ blue 192

#FD79C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FD79C0

Tints of Persian Pink #FD79C0

RGB

 RED value IS 253 (99.22% from 255) = 44.7%

 GREEN value IS 121 (47.66% from 255) = 21.38%

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 44.7%
G = 21.38%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD79C0 (or 0xFD79C0) is known color: Persian Pink. HEX triplet: FD, 79 and C0. RGB value is (253,121,192). Sum of RGB (Red+Green+Blue) = 253+121+192=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD79C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD79C0 is #02863F. Grayscale: #A8A8A8. Windows color (decimal): -165440 or 12614141. OLE color: 12614141.

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

Color convert

RGB 253 121 192 -
CMYK 0 0.52 0.24 0.01
HSL 327.73º 0.97% 0.73% -
HSV(B) 327.73º 0.52% 0.99% -
XYZ 56.86 38.36 54.28 -
YUV 168.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 253 121 192 0 0.52 0.24 0.01 327.73 0.97 0.73
Hex FD 79 C0 0 34 18 1 148 61 49
Octal 375 171 300 0 64 30 1 510 141 111
Binary 11111101 1111001 11000000 0 110100 11000 1 101001000 1100001 1001001

Color Harmonies of #FD79C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD79C0

Black with #FD79C0

Text Example


Text Example

White with #FD79C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD79C0; }

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

 H1.HeaderClassName
 {
   color: #FD79C0;
 }
 .AnyTagClassName
 {
   color: #FD79C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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