Html Css Color HEX #FC55BA Hot Pink

📋 copy color: '#FC55BA'

red 252 ◦ green 85 ◦ blue 186

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

Shades of Hot Pink #FC55BA

Tints of Hot Pink #FC55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.25%

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 48.18%
G = 16.25%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC55BA (or 0xFC55BA) is known color: Hot Pink. HEX triplet: FC, 55 and BA. RGB value is (252,85,186). Sum of RGB (Red+Green+Blue) = 252+85+186=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55BA is #03AA45. Grayscale: #929292. Windows color (decimal): -240198 or 12211708. OLE color: 12211708.

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

Color convert

RGB 252 85 186 -
CMYK 0 0.66 0.26 0.01
HSL 323.71º 0.97% 0.66% -
HSV(B) 323.71º 0.66% 0.99% -
XYZ 52.26 30.74 49.63 -
YUV 146.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 252 85 186 0 0.66 0.26 0.01 323.71 0.97 0.66
Hex FC 55 BA 0 42 1A 1 144 61 42
Octal 374 125 272 0 102 32 1 504 141 102
Binary 11111100 1010101 10111010 0 1000010 11010 1 101000100 1100001 1000010

Color Harmonies of #FC55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55BA

Black with #FC55BA

Text Example


Text Example

White with #FC55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55BA; }

 p { color: rgb(252,85,186); }

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

background-color css

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

 a { background-color: rgb(252,85,186); }

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

border-color css

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

 span { border-color: rgb(252,85,186); }

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