Html Css Color HEX #FC76C1 Persian Pink

📋 copy color: '#FC76C1'

red 252 ◦ green 118 ◦ blue 193

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

Shades of Persian Pink #FC76C1

Tints of Persian Pink #FC76C1

RGB

 RED value IS 252 (98.83% from 255) = 44.76%

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

 BLUE value IS 193 (75.78% from 255) = 34.28%

R = 44.76%
G = 20.96%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC76C1 (or 0xFC76C1) is known color: Persian Pink. HEX triplet: FC, 76 and C1. RGB value is (252,118,193). Sum of RGB (Red+Green+Blue) = 252+118+193=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76C1 is #03893E. Grayscale: #A6A6A6. Windows color (decimal): -231743 or 12678908. OLE color: 12678908.

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

Color convert

RGB 252 118 193 -
CMYK 0 0.53 0.23 0.01
HSL 326.42º 0.96% 0.73% -
HSV(B) 326.42º 0.53% 0.99% -
XYZ 56.25 37.5 54.73 -
YUV 166.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 252 118 193 0 0.53 0.23 0.01 326.42 0.96 0.73
Hex FC 76 C1 0 35 17 1 146 60 49
Octal 374 166 301 0 65 27 1 506 140 111
Binary 11111100 1110110 11000001 0 110101 10111 1 101000110 1100000 1001001

Color Harmonies of #FC76C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76C1

Black with #FC76C1

Text Example


Text Example

White with #FC76C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76C1; }

 p { color: rgb(252,118,193); }

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

background-color css

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

 a { background-color: rgb(252,118,193); }

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

border-color css

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

 span { border-color: rgb(252,118,193); }

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