Html Css Color HEX #FC15AA Spicy Pink

📋 copy color: '#FC15AA'

red 252 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #FC15AA

Tints of Spicy Pink #FC15AA

RGB

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

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

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

R = 56.88%
G = 4.74%
B = 38.37%

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

#FC15AA (or 0xFC15AA) is known color: Spicy Pink. HEX triplet: FC, 15 and AA. RGB value is (252,21,170). Sum of RGB (Red+Green+Blue) = 252+21+170=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC15AA is #03EA55. Grayscale: #6A6A6A. Windows color (decimal): -256598 or 11146748. OLE color: 11146748.

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

Color convert

RGB 252 21 170 -
CMYK 0 0.92 0.33 0.01
HSL 321.3º 0.97% 0.54% -
HSV(B) 321.3º 0.92% 0.99% -
XYZ 47.67 24.13 40.18 -
YUV 107.06 163.53 231.38 -
System Red Green Blue C M Y K H S L
Decimal 252 21 170 0 0.92 0.33 0.01 321.3 0.97 0.54
Hex FC 15 AA 0 5C 21 1 141 61 36
Octal 374 25 252 0 134 41 1 501 141 66
Binary 11111100 10101 10101010 0 1011100 100001 1 101000001 1100001 110110

Color Harmonies of #FC15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15AA

Black with #FC15AA

Text Example


Text Example

White with #FC15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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