#FC03B4

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

Shades of Shocking Pink #FC03B4

Tints of Shocking Pink #FC03B4

Color information

#FC03B4 (or 0xFC03B4) is unknown color: approx Shocking Pink. HEX triplet: FC, 03 and B4. RGB value is (252,3,180). Sum of RGB (Red+Green+Blue) = 252+3+180=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03B4 is #03FC4B. Grayscale: #616161. Windows color (decimal): -261196 or 11797500. OLE color: 11797500.

HSL color Cylindrical-coordinate representation of color #FC03B4: hue angle of 317.35º 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 #FC03B4 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB2523180-
CMYK00.990.290.01
HSL317.35º97.65%50%-
HSV(B)317.35º98.81%98.82%-
XYZ48.4224.0645.27-
YUV97.63174.49238.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.93%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=57.93%
G=0.69%
B=41.38%

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
Decimal252318000.990.290.01317.3597.6550
HexFC3B40631D113d6232
Octal3743264014335147514262
Binary111111001110110100011000111110111001111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC03B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC03B4; }

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

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

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

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

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

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

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

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