Html Css Color HEX #FC20A7 Spicy Pink

📋 copy color: '#FC20A7'

red 252 ◦ green 32 ◦ blue 167

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

Shades of Spicy Pink #FC20A7

Tints of Spicy Pink #FC20A7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.1%

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

R = 55.88%
G = 7.1%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC20A7 (or 0xFC20A7) is known color: Spicy Pink. HEX triplet: FC, 20 and A7. RGB value is (252,32,167). Sum of RGB (Red+Green+Blue) = 252+32+167=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC20A7 is #03DF58. Grayscale: #707070. Windows color (decimal): -253785 or 10952956. OLE color: 10952956.

HSL color Cylindrical-coordinate representation of color #FC20A7: hue angle of 323.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20A7 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 32 167 -
CMYK 0 0.87 0.34 0.01
HSL 323.18º 0.97% 0.56% -
HSV(B) 323.18º 0.87% 0.99% -
XYZ 47.64 24.52 38.78 -
YUV 113.17 158.39 227.02 -
System Red Green Blue C M Y K H S L
Decimal 252 32 167 0 0.87 0.34 0.01 323.18 0.97 0.56
Hex FC 20 A7 0 57 22 1 143 61 38
Octal 374 40 247 0 127 42 1 503 141 70
Binary 11111100 100000 10100111 0 1010111 100010 1 101000011 1100001 111000

Color Harmonies of #FC20A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20A7

Black with #FC20A7

Text Example


Text Example

White with #FC20A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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