Html Css Color HEX #FC54BD Hot Pink

📋 copy color: '#FC54BD'

red 252 ◦ green 84 ◦ blue 189

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

Shades of Hot Pink #FC54BD

Tints of Hot Pink #FC54BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16%

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

R = 48%
G = 16%
B = 36%

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

#FC54BD (or 0xFC54BD) is known color: Hot Pink. HEX triplet: FC, 54 and BD. RGB value is (252,84,189). Sum of RGB (Red+Green+Blue) = 252+84+189=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54BD is #03AB42. Grayscale: #919191. Windows color (decimal): -240451 or 12408060. OLE color: 12408060.

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

Color convert

RGB 252 84 189 -
CMYK 0 0.67 0.25 0.01
HSL 322.5º 0.97% 0.66% -
HSV(B) 322.5º 0.67% 0.99% -
XYZ 52.5 30.71 51.3 -
YUV 146.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 252 84 189 0 0.67 0.25 0.01 322.5 0.97 0.66
Hex FC 54 BD 0 43 19 1 142 61 42
Octal 374 124 275 0 103 31 1 502 141 102
Binary 11111100 1010100 10111101 0 1000011 11001 1 101000010 1100001 1000010

Color Harmonies of #FC54BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54BD

Black with #FC54BD

Text Example


Text Example

White with #FC54BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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