Html Css Color HEX #FC50BE Hot Pink

📋 copy color: '#FC50BE'

red 252 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #FC50BE

Tints of Hot Pink #FC50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 48.28%
G = 15.33%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC50BE (or 0xFC50BE) is known color: Hot Pink. HEX triplet: FC, 50 and BE. RGB value is (252,80,190). Sum of RGB (Red+Green+Blue) = 252+80+190=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50BE is #03AF41. Grayscale: #8F8F8F. Windows color (decimal): -241474 or 12472572. OLE color: 12472572.

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

Color convert

RGB 252 80 190 -
CMYK 0 0.68 0.25 0.01
HSL 321.63º 0.97% 0.65% -
HSV(B) 321.63º 0.68% 0.99% -
XYZ 52.31 30.15 51.78 -
YUV 143.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 252 80 190 0 0.68 0.25 0.01 321.63 0.97 0.65
Hex FC 50 BE 0 44 19 1 142 61 41
Octal 374 120 276 0 104 31 1 502 141 101
Binary 11111100 1010000 10111110 0 1000100 11001 1 101000010 1100001 1000001

Color Harmonies of #FC50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50BE

Black with #FC50BE

Text Example


Text Example

White with #FC50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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