#FC03B2

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

Shades of Shocking Pink #FC03B2

Tints of Shocking Pink #FC03B2

Color information

#FC03B2 (or 0xFC03B2) is unknown color: approx Shocking Pink. HEX triplet: FC, 03 and B2. RGB value is (252,3,178). Sum of RGB (Red+Green+Blue) = 252+3+178=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC03B2 is #03FC4D. Grayscale: #606060. Windows color (decimal): -261198 or 11666428. OLE color: 11666428.

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

Color convert

RGB2523178-
CMYK00.990.290.01
HSL317.83º97.65%50%-
HSV(B)317.83º98.81%98.82%-
XYZ48.2123.9744.21-
YUV97.4173.49238.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.20%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 178 (69.92% from 255) = 41.11%
R=58.20%
G=0.69%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252317800.990.290.01317.8397.6550
HexFC3B20631D113e6232
Octal3743262014335147614262
Binary111111001110110010011000111110111001111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC03B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC03B2; }

 p { color: rgb(252,3,178); }

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

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

 a { background-color: rgb(252,3,178); }

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

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

 span { border-color: rgb(252,3,178); }

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