Html Css Color HEX #FC0CAC Spicy Pink

📋 copy color: '#FC0CAC'

red 252 ◦ green 12 ◦ blue 172

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

Shades of Spicy Pink #FC0CAC

Tints of Spicy Pink #FC0CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

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

R = 57.8%
G = 2.75%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC0CAC (or 0xFC0CAC) is known color: Spicy Pink. HEX triplet: FC, 0C and AC. RGB value is (252,12,172). Sum of RGB (Red+Green+Blue) = 252+12+172=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0CAC is #03F353. Grayscale: #656565. Windows color (decimal): -258900 or 11275516. OLE color: 11275516.

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

Color convert

RGB 252 12 172 -
CMYK 0 0.95 0.32 0.01
HSL 320º 0.98% 0.52% -
HSV(B) 320º 0.95% 0.99% -
XYZ 47.72 23.94 41.13 -
YUV 102 167.51 234.99 -
System Red Green Blue C M Y K H S L
Decimal 252 12 172 0 0.95 0.32 0.01 320 0.98 0.52
Hex FC C AC 0 5F 20 1 140 62 34
Octal 374 14 254 0 137 40 1 500 142 64
Binary 11111100 1100 10101100 0 1011111 100000 1 101000000 1100010 110100

Color Harmonies of #FC0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CAC

Black with #FC0CAC

Text Example


Text Example

White with #FC0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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