Html Css Color HEX #FC77C2 Persian Pink

📋 copy color: '#FC77C2'

red 252 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #FC77C2

Tints of Persian Pink #FC77C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.34%

R = 44.6%
G = 21.06%
B = 34.34%

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

#FC77C2 (or 0xFC77C2) is known color: Persian Pink. HEX triplet: FC, 77 and C2. RGB value is (252,119,194). Sum of RGB (Red+Green+Blue) = 252+119+194=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77C2 is #03883D. Grayscale: #A7A7A7. Windows color (decimal): -231486 or 12744700. OLE color: 12744700.

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

Color convert

RGB 252 119 194 -
CMYK 0 0.53 0.23 0.01
HSL 326.17º 0.96% 0.73% -
HSV(B) 326.17º 0.53% 0.99% -
XYZ 56.48 37.78 55.36 -
YUV 167.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 252 119 194 0 0.53 0.23 0.01 326.17 0.96 0.73
Hex FC 77 C2 0 35 17 1 146 60 49
Octal 374 167 302 0 65 27 1 506 140 111
Binary 11111100 1110111 11000010 0 110101 10111 1 101000110 1100000 1001001

Color Harmonies of #FC77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77C2

Black with #FC77C2

Text Example


Text Example

White with #FC77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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