Html Css Color HEX #FC50BD Hot Pink

📋 copy color: '#FC50BD'

red 252 ◦ green 80 ◦ blue 189

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

Shades of Hot Pink #FC50BD

Tints of Hot Pink #FC50BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.28%

R = 48.37%
G = 15.36%
B = 36.28%

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

#FC50BD (or 0xFC50BD) is known color: Hot Pink. HEX triplet: FC, 50 and BD. RGB value is (252,80,189). Sum of RGB (Red+Green+Blue) = 252+80+189=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50BD is #03AF42. Grayscale: #8F8F8F. Windows color (decimal): -241475 or 12407036. OLE color: 12407036.

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

Color convert

RGB 252 80 189 -
CMYK 0 0.68 0.25 0.01
HSL 321.98º 0.97% 0.65% -
HSV(B) 321.98º 0.68% 0.99% -
XYZ 52.2 30.11 51.2 -
YUV 143.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 252 80 189 0 0.68 0.25 0.01 321.98 0.97 0.65
Hex FC 50 BD 0 44 19 1 142 61 41
Octal 374 120 275 0 104 31 1 502 141 101
Binary 11111100 1010000 10111101 0 1000100 11001 1 101000010 1100001 1000001

Color Harmonies of #FC50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50BD

Black with #FC50BD

Text Example


Text Example

White with #FC50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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