Html Css Color HEX #FC73BA Hot Pink

📋 copy color: '#FC73BA'

red 252 ◦ green 115 ◦ blue 186

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

Shades of Hot Pink #FC73BA

Tints of Hot Pink #FC73BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 45.57%
G = 20.8%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC73BA (or 0xFC73BA) is known color: Hot Pink. HEX triplet: FC, 73 and BA. RGB value is (252,115,186). Sum of RGB (Red+Green+Blue) = 252+115+186=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73BA is #038C45. Grayscale: #A3A3A3. Windows color (decimal): -232518 or 12219388. OLE color: 12219388.

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

Color convert

RGB 252 115 186 -
CMYK 0 0.54 0.26 0.01
HSL 328.91º 0.96% 0.72% -
HSV(B) 328.91º 0.54% 0.99% -
XYZ 55.14 36.5 50.59 -
YUV 164.06 140.39 190.73 -
System Red Green Blue C M Y K H S L
Decimal 252 115 186 0 0.54 0.26 0.01 328.91 0.96 0.72
Hex FC 73 BA 0 36 1A 1 149 60 48
Octal 374 163 272 0 66 32 1 511 140 110
Binary 11111100 1110011 10111010 0 110110 11010 1 101001001 1100000 1001000

Color Harmonies of #FC73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73BA

Black with #FC73BA

Text Example


Text Example

White with #FC73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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