Html Css Color HEX #FC5DBE Hot Pink

📋 copy color: '#FC5DBE'

red 252 ◦ green 93 ◦ blue 190

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

Shades of Hot Pink #FC5DBE

Tints of Hot Pink #FC5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 47.1%
G = 17.38%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC5DBE (or 0xFC5DBE) is known color: Hot Pink. HEX triplet: FC, 5D and BE. RGB value is (252,93,190). Sum of RGB (Red+Green+Blue) = 252+93+190=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DBE is #03A241. Grayscale: #979797. Windows color (decimal): -238146 or 12475900. OLE color: 12475900.

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

Color convert

RGB 252 93 190 -
CMYK 0 0.63 0.25 0.01
HSL 323.4º 0.96% 0.68% -
HSV(B) 323.4º 0.63% 0.99% -
XYZ 53.35 32.24 52.13 -
YUV 151.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 252 93 190 0 0.63 0.25 0.01 323.4 0.96 0.68
Hex FC 5D BE 0 3F 19 1 143 60 44
Octal 374 135 276 0 77 31 1 503 140 104
Binary 11111100 1011101 10111110 0 111111 11001 1 101000011 1100000 1000100

Color Harmonies of #FC5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DBE

Black with #FC5DBE

Text Example


Text Example

White with #FC5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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