Html Css Color HEX #FC5DBA Hot Pink

📋 copy color: '#FC5DBA'

red 252 ◦ green 93 ◦ blue 186

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

Shades of Hot Pink #FC5DBA

Tints of Hot Pink #FC5DBA

RGB

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

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

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

R = 47.46%
G = 17.51%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC5DBA (or 0xFC5DBA) is known color: Hot Pink. HEX triplet: FC, 5D and BA. RGB value is (252,93,186). Sum of RGB (Red+Green+Blue) = 252+93+186=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DBA is #03A245. Grayscale: #969696. Windows color (decimal): -238150 or 12213756. OLE color: 12213756.

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

Color convert

RGB 252 93 186 -
CMYK 0 0.63 0.26 0.01
HSL 324.91º 0.96% 0.68% -
HSV(B) 324.91º 0.63% 0.99% -
XYZ 52.92 32.07 49.86 -
YUV 151.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 252 93 186 0 0.63 0.26 0.01 324.91 0.96 0.68
Hex FC 5D BA 0 3F 1A 1 145 60 44
Octal 374 135 272 0 77 32 1 505 140 104
Binary 11111100 1011101 10111010 0 111111 11010 1 101000101 1100000 1000100

Color Harmonies of #FC5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DBA

Black with #FC5DBA

Text Example


Text Example

White with #FC5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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