Html Css Color HEX #FC5DB2 Hot Pink

📋 copy color: '#FC5DB2'

red 252 ◦ green 93 ◦ blue 178

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

Shades of Hot Pink #FC5DB2

Tints of Hot Pink #FC5DB2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.78%

 BLUE value IS 178 (69.92% from 255) = 34.03%

R = 48.18%
G = 17.78%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC5DB2 (or 0xFC5DB2) is known color: Hot Pink. HEX triplet: FC, 5D and B2. RGB value is (252,93,178). Sum of RGB (Red+Green+Blue) = 252+93+178=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5DB2 is #03A24D. Grayscale: #969696. Windows color (decimal): -238158 or 11689468. OLE color: 11689468.

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

Color convert

RGB 252 93 178 -
CMYK 0 0.63 0.29 0.01
HSL 327.92º 0.96% 0.68% -
HSV(B) 327.92º 0.63% 0.99% -
XYZ 52.1 31.74 45.5 -
YUV 150.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 252 93 178 0 0.63 0.29 0.01 327.92 0.96 0.68
Hex FC 5D B2 0 3F 1D 1 148 60 44
Octal 374 135 262 0 77 35 1 510 140 104
Binary 11111100 1011101 10110010 0 111111 11101 1 101001000 1100000 1000100

Color Harmonies of #FC5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DB2

Black with #FC5DB2

Text Example


Text Example

White with #FC5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DB2; }

 p { color: rgb(252,93,178); }

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

background-color css

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

 a { background-color: rgb(252,93,178); }

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

border-color css

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

 span { border-color: rgb(252,93,178); }

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