Html Css Color HEX #FC10AA Spicy Pink

📋 copy color: '#FC10AA'

red 252 ◦ green 16 ◦ blue 170

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

Shades of Spicy Pink #FC10AA

Tints of Spicy Pink #FC10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.65%

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

R = 57.53%
G = 3.65%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC10AA (or 0xFC10AA) is known color: Spicy Pink. HEX triplet: FC, 10 and AA. RGB value is (252,16,170). Sum of RGB (Red+Green+Blue) = 252+16+170=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC10AA is #03EF55. Grayscale: #676767. Windows color (decimal): -257878 or 11145468. OLE color: 11145468.

HSL color Cylindrical-coordinate representation of color #FC10AA: hue angle of 320.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC10AA is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 16 170 -
CMYK 0 0.94 0.33 0.01
HSL 320.85º 0.98% 0.53% -
HSV(B) 320.85º 0.94% 0.99% -
XYZ 47.59 23.97 40.15 -
YUV 104.12 165.19 233.48 -
System Red Green Blue C M Y K H S L
Decimal 252 16 170 0 0.94 0.33 0.01 320.85 0.98 0.53
Hex FC 10 AA 0 5E 21 1 141 62 35
Octal 374 20 252 0 136 41 1 501 142 65
Binary 11111100 10000 10101010 0 1011110 100001 1 101000001 1100010 110101

Color Harmonies of #FC10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10AA

Black with #FC10AA

Text Example


Text Example

White with #FC10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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