Html Css Color HEX #FC52BD Hot Pink

📋 copy color: '#FC52BD'

red 252 ◦ green 82 ◦ blue 189

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

Shades of Hot Pink #FC52BD

Tints of Hot Pink #FC52BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.68%

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

R = 48.18%
G = 15.68%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC52BD (or 0xFC52BD) is known color: Hot Pink. HEX triplet: FC, 52 and BD. RGB value is (252,82,189). Sum of RGB (Red+Green+Blue) = 252+82+189=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52BD is #03AD42. Grayscale: #909090. Windows color (decimal): -240963 or 12407548. OLE color: 12407548.

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

Color convert

RGB 252 82 189 -
CMYK 0 0.67 0.25 0.01
HSL 322.24º 0.97% 0.65% -
HSV(B) 322.24º 0.67% 0.99% -
XYZ 52.35 30.4 51.25 -
YUV 145.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 252 82 189 0 0.67 0.25 0.01 322.24 0.97 0.65
Hex FC 52 BD 0 43 19 1 142 61 41
Octal 374 122 275 0 103 31 1 502 141 101
Binary 11111100 1010010 10111101 0 1000011 11001 1 101000010 1100001 1000001

Color Harmonies of #FC52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52BD

Black with #FC52BD

Text Example


Text Example

White with #FC52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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