#FC04B3

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

Shades of Shocking Pink #FC04B3

Tints of Shocking Pink #FC04B3

Color information

#FC04B3 (or 0xFC04B3) is unknown color: approx Shocking Pink. HEX triplet: FC, 04 and B3. RGB value is (252,4,179). Sum of RGB (Red+Green+Blue) = 252+4+179=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04B3 is #03FB4C. Grayscale: #616161. Windows color (decimal): -260941 or 11732220. OLE color: 11732220.

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

Color convert

RGB2524179-
CMYK00.980.290.01
HSL317.66º97.64%50.2%-
HSV(B)317.66º98.41%98.82%-
XYZ48.3224.0444.74-
YUV98.1173.66237.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.93%
GREEN value IS 4 (1.95% from 255) = 0.92%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=57.93%
G=0.92%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252417900.980.290.01317.6697.6450.2
HexFC4B30621D113e6232
Octal3744263014235147614262
Binary1111110010010110011011000101110111001111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC04B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC04B3; }

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

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

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

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

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

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

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

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