#FA11B6

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

Shades of Shocking Pink #FA11B6

Tints of Shocking Pink #FA11B6

Color information

#FA11B6 (or 0xFA11B6) is unknown color: approx Shocking Pink. HEX triplet: FA, 11 and B6. RGB value is (250,17,182). Sum of RGB (Red+Green+Blue) = 250+17+182=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11B6 is #05EE49. Grayscale: #696969. Windows color (decimal): -388682 or 11932154. OLE color: 11932154.

HSL color Cylindrical-coordinate representation of color #FA11B6: hue angle of 317.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11B6 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB25017182-
CMYK00.930.270.02
HSL317.51º95.88%52.35%-
HSV(B)317.51º93.2%98.04%-
XYZ48.0724.146.37-
YUV105.48171.19231.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.68%
GREEN value IS 17 (7.03% from 255) = 3.79%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=55.68%
G=3.79%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501718200.930.270.02317.5195.8852.35
HexFA11B605D1B213e6034
Octal37221266013533247614064
Binary1111101010001101101100101110111011101001111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA11B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA11B6; }

 p { color: rgb(250,17,182); }

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

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

 a { background-color: rgb(250,17,182); }

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

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

 span { border-color: rgb(250,17,182); }

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