Html Css Color HEX #FC77B9 Persian Pink

📋 copy color: '#FC77B9'

red 252 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #FC77B9

Tints of Persian Pink #FC77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.27%

R = 45.32%
G = 21.4%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC77B9 (or 0xFC77B9) is known color: Persian Pink. HEX triplet: FC, 77 and B9. RGB value is (252,119,185). Sum of RGB (Red+Green+Blue) = 252+119+185=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77B9 is #038846. Grayscale: #A6A6A6. Windows color (decimal): -231495 or 12154876. OLE color: 12154876.

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

Color convert

RGB 252 119 185 -
CMYK 0 0.53 0.27 0.01
HSL 330.23º 0.96% 0.73% -
HSV(B) 330.23º 0.53% 0.99% -
XYZ 55.5 37.39 50.19 -
YUV 166.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 252 119 185 0 0.53 0.27 0.01 330.23 0.96 0.73
Hex FC 77 B9 0 35 1B 1 14A 60 49
Octal 374 167 271 0 65 33 1 512 140 111
Binary 11111100 1110111 10111001 0 110101 11011 1 101001010 1100000 1001001

Color Harmonies of #FC77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77B9

Black with #FC77B9

Text Example


Text Example

White with #FC77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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