#FC09BD

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

Shades of Shocking Pink #FC09BD

Tints of Shocking Pink #FC09BD

Color information

#FC09BD (or 0xFC09BD) is unknown color: approx Shocking Pink. HEX triplet: FC, 09 and BD. RGB value is (252,9,189). Sum of RGB (Red+Green+Blue) = 252+9+189=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09BD is #03F642. Grayscale: #656565. Windows color (decimal): -259651 or 12388860. OLE color: 12388860.

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

Color convert

RGB2529189-
CMYK00.960.250.01
HSL315.56º97.59%51.18%-
HSV(B)315.56º96.43%98.82%-
XYZ49.4324.5650.28-
YUV102.18177.01234.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56%
GREEN value IS 9 (3.91% from 255) = 2%
BLUE value IS 189 (74.22% from 255) = 42%
R=56%
G=2%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252918900.960.250.01315.5697.5951.18
HexFC9BD06019113c6233
Octal37411275014031147414263
Binary11111100100110111101011000001100111001111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC09BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC09BD; }

 p { color: rgb(252,9,189); }

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

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

 a { background-color: rgb(252,9,189); }

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

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

 span { border-color: rgb(252,9,189); }

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