Html Css Color HEX #FC50BB Hot Pink

📋 copy color: '#FC50BB'

red 252 ◦ green 80 ◦ blue 187

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

Shades of Hot Pink #FC50BB

Tints of Hot Pink #FC50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

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

R = 48.55%
G = 15.41%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC50BB (or 0xFC50BB) is known color: Hot Pink. HEX triplet: FC, 50 and BB. RGB value is (252,80,187). Sum of RGB (Red+Green+Blue) = 252+80+187=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50BB is #03AF44. Grayscale: #8F8F8F. Windows color (decimal): -241477 or 12275964. OLE color: 12275964.

HSL color Cylindrical-coordinate representation of color #FC50BB: hue angle of 322.67º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50BB is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 187 -
CMYK 0 0.68 0.26 0.01
HSL 322.67º 0.97% 0.65% -
HSV(B) 322.67º 0.68% 0.99% -
XYZ 51.98 30.02 50.07 -
YUV 143.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 252 80 187 0 0.68 0.26 0.01 322.67 0.97 0.65
Hex FC 50 BB 0 44 1A 1 143 61 41
Octal 374 120 273 0 104 32 1 503 141 101
Binary 11111100 1010000 10111011 0 1000100 11010 1 101000011 1100001 1000001

Color Harmonies of #FC50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50BB

Black with #FC50BB

Text Example


Text Example

White with #FC50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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