Html Css Color HEX #FC5EBA Hot Pink

📋 copy color: '#FC5EBA'

red 252 ◦ green 94 ◦ blue 186

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

Shades of Hot Pink #FC5EBA

Tints of Hot Pink #FC5EBA

RGB

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

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

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

R = 47.37%
G = 17.67%
B = 34.96%

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

#FC5EBA (or 0xFC5EBA) is known color: Hot Pink. HEX triplet: FC, 5E and BA. RGB value is (252,94,186). Sum of RGB (Red+Green+Blue) = 252+94+186=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EBA is #03A145. Grayscale: #979797. Windows color (decimal): -237894 or 12214012. OLE color: 12214012.

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

Color convert

RGB 252 94 186 -
CMYK 0 0.63 0.26 0.01
HSL 325.06º 0.96% 0.68% -
HSV(B) 325.06º 0.63% 0.99% -
XYZ 53.01 32.25 49.88 -
YUV 151.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 252 94 186 0 0.63 0.26 0.01 325.06 0.96 0.68
Hex FC 5E BA 0 3F 1A 1 145 60 44
Octal 374 136 272 0 77 32 1 505 140 104
Binary 11111100 1011110 10111010 0 111111 11010 1 101000101 1100000 1000100

Color Harmonies of #FC5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EBA

Black with #FC5EBA

Text Example


Text Example

White with #FC5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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