Html Css Color HEX #FC76B1 Hot Pink

📋 copy color: '#FC76B1'

red 252 ◦ green 118 ◦ blue 177

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

Shades of Hot Pink #FC76B1

Tints of Hot Pink #FC76B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 46.07%
G = 21.57%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC76B1 (or 0xFC76B1) is known color: Hot Pink. HEX triplet: FC, 76 and B1. RGB value is (252,118,177). Sum of RGB (Red+Green+Blue) = 252+118+177=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC76B1 is #03894E. Grayscale: #A4A4A4. Windows color (decimal): -231759 or 11630332. OLE color: 11630332.

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

Color convert

RGB 252 118 177 -
CMYK 0 0.53 0.30 0.01
HSL 333.58º 0.96% 0.73% -
HSV(B) 333.58º 0.53% 0.99% -
XYZ 54.56 36.83 45.83 -
YUV 164.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 252 118 177 0 0.53 0.30 0.01 333.58 0.96 0.73
Hex FC 76 B1 0 35 1E 1 14E 60 49
Octal 374 166 261 0 65 36 1 516 140 111
Binary 11111100 1110110 10110001 0 110101 11110 1 101001110 1100000 1001001

Color Harmonies of #FC76B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76B1

Black with #FC76B1

Text Example


Text Example

White with #FC76B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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