Html Css Color HEX #FC15AD Spicy Pink

📋 copy color: '#FC15AD'

red 252 ◦ green 21 ◦ blue 173

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

Shades of Spicy Pink #FC15AD

Tints of Spicy Pink #FC15AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.71%

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 56.5%
G = 4.71%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC15AD (or 0xFC15AD) is known color: Spicy Pink. HEX triplet: FC, 15 and AD. RGB value is (252,21,173). Sum of RGB (Red+Green+Blue) = 252+21+173=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC15AD is #03EA52. Grayscale: #6B6B6B. Windows color (decimal): -256595 or 11343356. OLE color: 11343356.

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

Color convert

RGB 252 21 173 -
CMYK 0 0.92 0.31 0.01
HSL 320.52º 0.97% 0.54% -
HSV(B) 320.52º 0.92% 0.99% -
XYZ 47.96 24.25 41.69 -
YUV 107.4 165.03 231.14 -
System Red Green Blue C M Y K H S L
Decimal 252 21 173 0 0.92 0.31 0.01 320.52 0.97 0.54
Hex FC 15 AD 0 5C 1F 1 141 61 36
Octal 374 25 255 0 134 37 1 501 141 66
Binary 11111100 10101 10101101 0 1011100 11111 1 101000001 1100001 110110

Color Harmonies of #FC15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15AD

Black with #FC15AD

Text Example


Text Example

White with #FC15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15AD; }

 p { color: rgb(252,21,173); }

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

background-color css

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

 a { background-color: rgb(252,21,173); }

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

border-color css

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

 span { border-color: rgb(252,21,173); }

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