Html Css Color HEX #FC5EBC Hot Pink

📋 copy color: '#FC5EBC'

red 252 ◦ green 94 ◦ blue 188

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

Shades of Hot Pink #FC5EBC

Tints of Hot Pink #FC5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.6%

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 47.19%
G = 17.6%
B = 35.21%

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

#FC5EBC (or 0xFC5EBC) is known color: Hot Pink. HEX triplet: FC, 5E and BC. RGB value is (252,94,188). Sum of RGB (Red+Green+Blue) = 252+94+188=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EBC is #03A143. Grayscale: #979797. Windows color (decimal): -237892 or 12345084. OLE color: 12345084.

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

Color convert

RGB 252 94 188 -
CMYK 0 0.63 0.25 0.01
HSL 324.3º 0.96% 0.68% -
HSV(B) 324.3º 0.63% 0.99% -
XYZ 53.22 32.33 51.01 -
YUV 151.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 252 94 188 0 0.63 0.25 0.01 324.3 0.96 0.68
Hex FC 5E BC 0 3F 19 1 144 60 44
Octal 374 136 274 0 77 31 1 504 140 104
Binary 11111100 1011110 10111100 0 111111 11001 1 101000100 1100000 1000100

Color Harmonies of #FC5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EBC

Black with #FC5EBC

Text Example


Text Example

White with #FC5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EBC; }

 p { color: rgb(252,94,188); }

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

background-color css

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

 a { background-color: rgb(252,94,188); }

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

border-color css

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

 span { border-color: rgb(252,94,188); }

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