Html Css Color HEX #FC5FB8 Hot Pink

📋 copy color: '#FC5FB8'

red 252 ◦ green 95 ◦ blue 184

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

Shades of Hot Pink #FC5FB8

Tints of Hot Pink #FC5FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.89%

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 47.46%
G = 17.89%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC5FB8 (or 0xFC5FB8) is known color: Hot Pink. HEX triplet: FC, 5F and B8. RGB value is (252,95,184). Sum of RGB (Red+Green+Blue) = 252+95+184=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FB8 is #03A047. Grayscale: #979797. Windows color (decimal): -237640 or 12083196. OLE color: 12083196.

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

Color convert

RGB 252 95 184 -
CMYK 0 0.62 0.27 0.01
HSL 325.99º 0.96% 0.68% -
HSV(B) 325.99º 0.62% 0.99% -
XYZ 52.89 32.34 48.8 -
YUV 152.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 252 95 184 0 0.62 0.27 0.01 325.99 0.96 0.68
Hex FC 5F B8 0 3E 1B 1 146 60 44
Octal 374 137 270 0 76 33 1 506 140 104
Binary 11111100 1011111 10111000 0 111110 11011 1 101000110 1100000 1000100

Color Harmonies of #FC5FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FB8

Black with #FC5FB8

Text Example


Text Example

White with #FC5FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FB8; }

 p { color: rgb(252,95,184); }

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

background-color css

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

 a { background-color: rgb(252,95,184); }

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

border-color css

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

 span { border-color: rgb(252,95,184); }

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