#FC04BC

Color #FC04BC Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FC04BC

Tints of Shocking Pink #FC04BC

Color information

#FC04BC (or 0xFC04BC) is unknown color: approx Shocking Pink. HEX triplet: FC, 04 and BC. RGB value is (252,4,188). Sum of RGB (Red+Green+Blue) = 252+4+188=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04BC is #03FB43. Grayscale: #626262. Windows color (decimal): -260932 or 12322044. OLE color: 12322044.

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

Color convert

RGB2524188-
CMYK00.980.250.01
HSL315.48º97.64%50.2%-
HSV(B)315.48º98.41%98.82%-
XYZ49.2724.4149.69-
YUV99.13178.16237.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 4 (1.95% from 255) = 0.90%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=56.76%
G=0.90%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252418800.980.250.01315.4897.6450.2
HexFC4BC06219113b6232
Octal3744274014231147314262
Binary1111110010010111100011000101100111001110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC04BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC04BC; }

 p { color: rgb(252,4,188); }

 H1.HeaderClassName
 {
   color: #FC04BC;
 }
 .AnyTagClassName
 {
   color: #FC04BC;
 }
</style>
background-color css

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

 a { background-color: rgb(252,4,188); }

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

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

 span { border-color: rgb(252,4,188); }

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