Html Css Color HEX #FC60AC Hot Pink

📋 copy color: '#FC60AC'

red 252 ◦ green 96 ◦ blue 172

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

Shades of Hot Pink #FC60AC

Tints of Hot Pink #FC60AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.46%

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

R = 48.46%
G = 18.46%
B = 33.08%

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

#FC60AC (or 0xFC60AC) is known color: Hot Pink. HEX triplet: FC, 60 and AC. RGB value is (252,96,172). Sum of RGB (Red+Green+Blue) = 252+96+172=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC60AC is #039F53. Grayscale: #979797. Windows color (decimal): -237396 or 11297020. OLE color: 11297020.

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

Color convert

RGB 252 96 172 -
CMYK 0 0.62 0.32 0.01
HSL 330.77º 0.96% 0.68% -
HSV(B) 330.77º 0.62% 0.99% -
XYZ 51.77 32.04 42.49 -
YUV 151.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 252 96 172 0 0.62 0.32 0.01 330.77 0.96 0.68
Hex FC 60 AC 0 3E 20 1 14B 60 44
Octal 374 140 254 0 76 40 1 513 140 104
Binary 11111100 1100000 10101100 0 111110 100000 1 101001011 1100000 1000100

Color Harmonies of #FC60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60AC

Black with #FC60AC

Text Example


Text Example

White with #FC60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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