Html Css Color HEX #FC5FAC Hot Pink

📋 copy color: '#FC5FAC'

red 252 ◦ green 95 ◦ blue 172

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

Shades of Hot Pink #FC5FAC

Tints of Hot Pink #FC5FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 48.55%
G = 18.3%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC5FAC (or 0xFC5FAC) is known color: Hot Pink. HEX triplet: FC, 5F and AC. RGB value is (252,95,172). Sum of RGB (Red+Green+Blue) = 252+95+172=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5FAC is #03A053. Grayscale: #969696. Windows color (decimal): -237652 or 11296764. OLE color: 11296764.

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

Color convert

RGB 252 95 172 -
CMYK 0 0.62 0.32 0.01
HSL 330.57º 0.96% 0.68% -
HSV(B) 330.57º 0.62% 0.99% -
XYZ 51.68 31.86 42.46 -
YUV 150.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 252 95 172 0 0.62 0.32 0.01 330.57 0.96 0.68
Hex FC 5F AC 0 3E 20 1 14B 60 44
Octal 374 137 254 0 76 40 1 513 140 104
Binary 11111100 1011111 10101100 0 111110 100000 1 101001011 1100000 1000100

Color Harmonies of #FC5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FAC

Black with #FC5FAC

Text Example


Text Example

White with #FC5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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