Html Css Color HEX #FC17AA Spicy Pink

📋 copy color: '#FC17AA'

red 252 ◦ green 23 ◦ blue 170

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

Shades of Spicy Pink #FC17AA

Tints of Spicy Pink #FC17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.17%

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 56.63%
G = 5.17%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC17AA (or 0xFC17AA) is known color: Spicy Pink. HEX triplet: FC, 17 and AA. RGB value is (252,23,170). Sum of RGB (Red+Green+Blue) = 252+23+170=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17AA is #03E855. Grayscale: #6B6B6B. Windows color (decimal): -256086 or 11147260. OLE color: 11147260.

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

Color convert

RGB 252 23 170 -
CMYK 0 0.91 0.33 0.01
HSL 321.48º 0.97% 0.54% -
HSV(B) 321.48º 0.91% 0.99% -
XYZ 47.71 24.21 40.19 -
YUV 108.23 162.87 230.55 -
System Red Green Blue C M Y K H S L
Decimal 252 23 170 0 0.91 0.33 0.01 321.48 0.97 0.54
Hex FC 17 AA 0 5B 21 1 141 61 36
Octal 374 27 252 0 133 41 1 501 141 66
Binary 11111100 10111 10101010 0 1011011 100001 1 101000001 1100001 110110

Color Harmonies of #FC17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17AA

Black with #FC17AA

Text Example


Text Example

White with #FC17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17AA; }

 p { color: rgb(252,23,170); }

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

background-color css

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

 a { background-color: rgb(252,23,170); }

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

border-color css

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

 span { border-color: rgb(252,23,170); }

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