Html Css Color HEX #FC77C0 Persian Pink

📋 copy color: '#FC77C0'

red 252 ◦ green 119 ◦ blue 192

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

Shades of Persian Pink #FC77C0

Tints of Persian Pink #FC77C0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.14%

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

R = 44.76%
G = 21.14%
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

#FC77C0 (or 0xFC77C0) is known color: Persian Pink. HEX triplet: FC, 77 and C0. RGB value is (252,119,192). Sum of RGB (Red+Green+Blue) = 252+119+192=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77C0 is #03883F. Grayscale: #A6A6A6. Windows color (decimal): -231488 or 12613628. OLE color: 12613628.

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

Color convert

RGB 252 119 192 -
CMYK 0 0.53 0.24 0.01
HSL 327.07º 0.96% 0.73% -
HSV(B) 327.07º 0.53% 0.99% -
XYZ 56.26 37.69 54.18 -
YUV 167.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 252 119 192 0 0.53 0.24 0.01 327.07 0.96 0.73
Hex FC 77 C0 0 35 18 1 147 60 49
Octal 374 167 300 0 65 30 1 507 140 111
Binary 11111100 1110111 11000000 0 110101 11000 1 101000111 1100000 1001001

Color Harmonies of #FC77C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77C0

Black with #FC77C0

Text Example


Text Example

White with #FC77C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77C0; }

 p { color: rgb(252,119,192); }

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

background-color css

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

 a { background-color: rgb(252,119,192); }

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

border-color css

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

 span { border-color: rgb(252,119,192); }

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