Html Css Color HEX #FC14AC Spicy Pink

📋 copy color: '#FC14AC'

red 252 ◦ green 20 ◦ blue 172

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

Shades of Spicy Pink #FC14AC

Tints of Spicy Pink #FC14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.5%

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

R = 56.76%
G = 4.5%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC14AC (or 0xFC14AC) is known color: Spicy Pink. HEX triplet: FC, 14 and AC. RGB value is (252,20,172). Sum of RGB (Red+Green+Blue) = 252+20+172=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC14AC is #03EB53. Grayscale: #6A6A6A. Windows color (decimal): -256852 or 11277564. OLE color: 11277564.

HSL color Cylindrical-coordinate representation of color #FC14AC: hue angle of 320.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC14AC is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 20 172 -
CMYK 0 0.92 0.32 0.01
HSL 320.69º 0.97% 0.53% -
HSV(B) 320.69º 0.92% 0.99% -
XYZ 47.84 24.17 41.17 -
YUV 106.7 164.86 231.64 -
System Red Green Blue C M Y K H S L
Decimal 252 20 172 0 0.92 0.32 0.01 320.69 0.97 0.53
Hex FC 14 AC 0 5C 20 1 141 61 35
Octal 374 24 254 0 134 40 1 501 141 65
Binary 11111100 10100 10101100 0 1011100 100000 1 101000001 1100001 110101

Color Harmonies of #FC14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC14AC

Black with #FC14AC

Text Example


Text Example

White with #FC14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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