Html Css Color HEX #FC15A8 Spicy Pink

📋 copy color: '#FC15A8'

red 252 ◦ green 21 ◦ blue 168

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

Shades of Spicy Pink #FC15A8

Tints of Spicy Pink #FC15A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.1%

R = 57.14%
G = 4.76%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC15A8 (or 0xFC15A8) is known color: Spicy Pink. HEX triplet: FC, 15 and A8. RGB value is (252,21,168). Sum of RGB (Red+Green+Blue) = 252+21+168=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC15A8 is #03EA57. Grayscale: #6A6A6A. Windows color (decimal): -256600 or 11015676. OLE color: 11015676.

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

Color convert

RGB 252 21 168 -
CMYK 0 0.92 0.33 0.01
HSL 321.82º 0.97% 0.54% -
HSV(B) 321.82º 0.92% 0.99% -
XYZ 47.48 24.06 39.19 -
YUV 106.83 162.53 231.55 -
System Red Green Blue C M Y K H S L
Decimal 252 21 168 0 0.92 0.33 0.01 321.82 0.97 0.54
Hex FC 15 A8 0 5C 21 1 142 61 36
Octal 374 25 250 0 134 41 1 502 141 66
Binary 11111100 10101 10101000 0 1011100 100001 1 101000010 1100001 110110

Color Harmonies of #FC15A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15A8

Black with #FC15A8

Text Example


Text Example

White with #FC15A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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