Html Css Color HEX #FC73B1 Hot Pink

📋 copy color: '#FC73B1'

red 252 ◦ green 115 ◦ blue 177

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

Shades of Hot Pink #FC73B1

Tints of Hot Pink #FC73B1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.14%

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

R = 46.32%
G = 21.14%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC73B1 (or 0xFC73B1) is known color: Hot Pink. HEX triplet: FC, 73 and B1. RGB value is (252,115,177). Sum of RGB (Red+Green+Blue) = 252+115+177=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC73B1 is #038C4E. Grayscale: #A2A2A2. Windows color (decimal): -232527 or 11629564. OLE color: 11629564.

HSL color Cylindrical-coordinate representation of color #FC73B1: hue angle of 332.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73B1 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 177 -
CMYK 0 0.54 0.30 0.01
HSL 332.85º 0.96% 0.72% -
HSV(B) 332.85º 0.54% 0.99% -
XYZ 54.21 36.13 45.71 -
YUV 163.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 252 115 177 0 0.54 0.30 0.01 332.85 0.96 0.72
Hex FC 73 B1 0 36 1E 1 14D 60 48
Octal 374 163 261 0 66 36 1 515 140 110
Binary 11111100 1110011 10110001 0 110110 11110 1 101001101 1100000 1001000

Color Harmonies of #FC73B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73B1

Black with #FC73B1

Text Example


Text Example

White with #FC73B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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