Html Css Color HEX #FC77BB Persian Pink

📋 copy color: '#FC77BB'

red 252 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #FC77BB

Tints of Persian Pink #FC77BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 45.16%
G = 21.33%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC77BB (or 0xFC77BB) is known color: Persian Pink. HEX triplet: FC, 77 and BB. RGB value is (252,119,187). Sum of RGB (Red+Green+Blue) = 252+119+187=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77BB is #038844. Grayscale: #A6A6A6. Windows color (decimal): -231493 or 12285948. OLE color: 12285948.

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

Color convert

RGB 252 119 187 -
CMYK 0 0.53 0.26 0.01
HSL 329.32º 0.96% 0.73% -
HSV(B) 329.32º 0.53% 0.99% -
XYZ 55.71 37.48 51.31 -
YUV 166.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 252 119 187 0 0.53 0.26 0.01 329.32 0.96 0.73
Hex FC 77 BB 0 35 1A 1 149 60 49
Octal 374 167 273 0 65 32 1 511 140 111
Binary 11111100 1110111 10111011 0 110101 11010 1 101001001 1100000 1001001

Color Harmonies of #FC77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77BB

Black with #FC77BB

Text Example


Text Example

White with #FC77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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