Html Css Color HEX #FC10A7 Spicy Pink

📋 copy color: '#FC10A7'

red 252 ◦ green 16 ◦ blue 167

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

Shades of Spicy Pink #FC10A7

Tints of Spicy Pink #FC10A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.39%

R = 57.93%
G = 3.68%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC10A7 (or 0xFC10A7) is known color: Spicy Pink. HEX triplet: FC, 10 and A7. RGB value is (252,16,167). Sum of RGB (Red+Green+Blue) = 252+16+167=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC10A7 is #03EF58. Grayscale: #676767. Windows color (decimal): -257881 or 10948860. OLE color: 10948860.

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

Color convert

RGB 252 16 167 -
CMYK 0 0.94 0.34 0.01
HSL 321.61º 0.98% 0.53% -
HSV(B) 321.61º 0.94% 0.99% -
XYZ 47.31 23.86 38.67 -
YUV 103.78 163.69 233.72 -
System Red Green Blue C M Y K H S L
Decimal 252 16 167 0 0.94 0.34 0.01 321.61 0.98 0.53
Hex FC 10 A7 0 5E 22 1 142 62 35
Octal 374 20 247 0 136 42 1 502 142 65
Binary 11111100 10000 10100111 0 1011110 100010 1 101000010 1100010 110101

Color Harmonies of #FC10A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10A7

Black with #FC10A7

Text Example


Text Example

White with #FC10A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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