Html Css Color HEX #FC10AD Spicy Pink

📋 copy color: '#FC10AD'

red 252 ◦ green 16 ◦ blue 173

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

Shades of Spicy Pink #FC10AD

Tints of Spicy Pink #FC10AD

RGB

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

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

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

R = 57.14%
G = 3.63%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC10AD (or 0xFC10AD) is known color: Spicy Pink. HEX triplet: FC, 10 and AD. RGB value is (252,16,173). Sum of RGB (Red+Green+Blue) = 252+16+173=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC10AD is #03EF52. Grayscale: #686868. Windows color (decimal): -257875 or 11342076. OLE color: 11342076.

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

Color convert

RGB 252 16 173 -
CMYK 0 0.94 0.31 0.01
HSL 320.08º 0.98% 0.53% -
HSV(B) 320.08º 0.94% 0.99% -
XYZ 47.87 24.08 41.66 -
YUV 104.46 166.69 233.23 -
System Red Green Blue C M Y K H S L
Decimal 252 16 173 0 0.94 0.31 0.01 320.08 0.98 0.53
Hex FC 10 AD 0 5E 1F 1 140 62 35
Octal 374 20 255 0 136 37 1 500 142 65
Binary 11111100 10000 10101101 0 1011110 11111 1 101000000 1100010 110101

Color Harmonies of #FC10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10AD

Black with #FC10AD

Text Example


Text Example

White with #FC10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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