Html Css Color HEX #FC53BD Hot Pink

📋 copy color: '#FC53BD'

red 252 ◦ green 83 ◦ blue 189

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

Shades of Hot Pink #FC53BD

Tints of Hot Pink #FC53BD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.84%

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

R = 48.09%
G = 15.84%
B = 36.07%

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

#FC53BD (or 0xFC53BD) is known color: Hot Pink. HEX triplet: FC, 53 and BD. RGB value is (252,83,189). Sum of RGB (Red+Green+Blue) = 252+83+189=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53BD is #03AC42. Grayscale: #919191. Windows color (decimal): -240707 or 12407804. OLE color: 12407804.

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

Color convert

RGB 252 83 189 -
CMYK 0 0.67 0.25 0.01
HSL 322.37º 0.97% 0.66% -
HSV(B) 322.37º 0.67% 0.99% -
XYZ 52.42 30.56 51.28 -
YUV 145.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 252 83 189 0 0.67 0.25 0.01 322.37 0.97 0.66
Hex FC 53 BD 0 43 19 1 142 61 42
Octal 374 123 275 0 103 31 1 502 141 102
Binary 11111100 1010011 10111101 0 1000011 11001 1 101000010 1100001 1000010

Color Harmonies of #FC53BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53BD

Black with #FC53BD

Text Example


Text Example

White with #FC53BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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