Html Css Color HEX #FC0FAC Spicy Pink

📋 copy color: '#FC0FAC'

red 252 ◦ green 15 ◦ blue 172

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

Shades of Spicy Pink #FC0FAC

Tints of Spicy Pink #FC0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 57.4%
G = 3.42%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC0FAC (or 0xFC0FAC) is known color: Spicy Pink. HEX triplet: FC, 0F and AC. RGB value is (252,15,172). Sum of RGB (Red+Green+Blue) = 252+15+172=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FAC is #03F053. Grayscale: #676767. Windows color (decimal): -258132 or 11276284. OLE color: 11276284.

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

Color convert

RGB 252 15 172 -
CMYK 0 0.94 0.32 0.01
HSL 320.25º 0.98% 0.52% -
HSV(B) 320.25º 0.94% 0.99% -
XYZ 47.76 24.02 41.15 -
YUV 103.76 166.52 233.73 -
System Red Green Blue C M Y K H S L
Decimal 252 15 172 0 0.94 0.32 0.01 320.25 0.98 0.52
Hex FC F AC 0 5E 20 1 140 62 34
Octal 374 17 254 0 136 40 1 500 142 64
Binary 11111100 1111 10101100 0 1011110 100000 1 101000000 1100010 110100

Color Harmonies of #FC0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FAC

Black with #FC0FAC

Text Example


Text Example

White with #FC0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FAC; }

 p { color: rgb(252,15,172); }

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

background-color css

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

 a { background-color: rgb(252,15,172); }

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

border-color css

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

 span { border-color: rgb(252,15,172); }

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