Html Css Color HEX #FC16A3 Spicy Pink

📋 copy color: '#FC16A3'

red 252 ◦ green 22 ◦ blue 163

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

Shades of Spicy Pink #FC16A3

Tints of Spicy Pink #FC16A3

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.03%

 BLUE value IS 163 (64.06% from 255) = 37.3%

R = 57.67%
G = 5.03%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC16A3 (or 0xFC16A3) is known color: Spicy Pink. HEX triplet: FC, 16 and A3. RGB value is (252,22,163). Sum of RGB (Red+Green+Blue) = 252+22+163=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC16A3 is #03E95C. Grayscale: #6A6A6A. Windows color (decimal): -256349 or 10688252. OLE color: 10688252.

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

Color convert

RGB 252 22 163 -
CMYK 0 0.91 0.35 0.01
HSL 323.22º 0.97% 0.54% -
HSV(B) 323.22º 0.91% 0.99% -
XYZ 47.04 23.91 36.79 -
YUV 106.84 159.7 231.54 -
System Red Green Blue C M Y K H S L
Decimal 252 22 163 0 0.91 0.35 0.01 323.22 0.97 0.54
Hex FC 16 A3 0 5B 23 1 143 61 36
Octal 374 26 243 0 133 43 1 503 141 66
Binary 11111100 10110 10100011 0 1011011 100011 1 101000011 1100001 110110

Color Harmonies of #FC16A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC16A3

Black with #FC16A3

Text Example


Text Example

White with #FC16A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC16A3; }

 p { color: rgb(252,22,163); }

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

background-color css

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

 a { background-color: rgb(252,22,163); }

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

border-color css

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

 span { border-color: rgb(252,22,163); }

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