Html Css Color HEX #FC5BB0 Hot Pink

📋 copy color: '#FC5BB0'

red 252 ◦ green 91 ◦ blue 176

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

Shades of Hot Pink #FC5BB0

Tints of Hot Pink #FC5BB0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.53%

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 48.55%
G = 17.53%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC5BB0 (or 0xFC5BB0) is known color: Hot Pink. HEX triplet: FC, 5B and B0. RGB value is (252,91,176). Sum of RGB (Red+Green+Blue) = 252+91+176=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BB0 is #03A44F. Grayscale: #949494. Windows color (decimal): -238672 or 11557884. OLE color: 11557884.

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

Color convert

RGB 252 91 176 -
CMYK 0 0.64 0.30 0.01
HSL 328.32º 0.96% 0.67% -
HSV(B) 328.32º 0.64% 0.99% -
XYZ 51.72 31.31 44.39 -
YUV 148.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 252 91 176 0 0.64 0.30 0.01 328.32 0.96 0.67
Hex FC 5B B0 0 40 1E 1 148 60 43
Octal 374 133 260 0 100 36 1 510 140 103
Binary 11111100 1011011 10110000 0 1000000 11110 1 101001000 1100000 1000011

Color Harmonies of #FC5BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BB0

Black with #FC5BB0

Text Example


Text Example

White with #FC5BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BB0; }

 p { color: rgb(252,91,176); }

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

background-color css

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

 a { background-color: rgb(252,91,176); }

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

border-color css

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

 span { border-color: rgb(252,91,176); }

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