Html Css Color HEX #FD76C0 Persian Pink

📋 copy color: '#FD76C0'

red 253 ◦ green 118 ◦ blue 192

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

Shades of Persian Pink #FD76C0

Tints of Persian Pink #FD76C0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.96%

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

R = 44.94%
G = 20.96%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD76C0 (or 0xFD76C0) is known color: Persian Pink. HEX triplet: FD, 76 and C0. RGB value is (253,118,192). Sum of RGB (Red+Green+Blue) = 253+118+192=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD76C0 is #02893F. Grayscale: #A6A6A6. Windows color (decimal): -166208 or 12613373. OLE color: 12613373.

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

Color convert

RGB 253 118 192 -
CMYK 0 0.53 0.24 0.01
HSL 327.11º 0.97% 0.73% -
HSV(B) 327.11º 0.53% 0.99% -
XYZ 56.5 37.65 54.16 -
YUV 166.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 253 118 192 0 0.53 0.24 0.01 327.11 0.97 0.73
Hex FD 76 C0 0 35 18 1 147 61 49
Octal 375 166 300 0 65 30 1 507 141 111
Binary 11111101 1110110 11000000 0 110101 11000 1 101000111 1100001 1001001

Color Harmonies of #FD76C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD76C0

Black with #FD76C0

Text Example


Text Example

White with #FD76C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD76C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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