#FA11B7

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

Shades of Shocking Pink #FA11B7

Tints of Shocking Pink #FA11B7

Color information

#FA11B7 (or 0xFA11B7) is unknown color: approx Shocking Pink. HEX triplet: FA, 11 and B7. RGB value is (250,17,183). Sum of RGB (Red+Green+Blue) = 250+17+183=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11B7 is #05EE48. Grayscale: #696969. Windows color (decimal): -388681 or 11997690. OLE color: 11997690.

HSL color Cylindrical-coordinate representation of color #FA11B7: hue angle of 317.25º 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 #FA11B7 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB25017183-
CMYK00.930.270.02
HSL317.25º95.88%52.35%-
HSV(B)317.25º93.2%98.04%-
XYZ48.1724.1446.92-
YUV105.59171.69231-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.56%
GREEN value IS 17 (7.03% from 255) = 3.78%
BLUE value IS 183 (71.88% from 255) = 40.67%
R=55.56%
G=3.78%
B=40.67%

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
Decimal2501718300.930.270.02317.2595.8852.35
HexFA11B705D1B213d6034
Octal37221267013533247514064
Binary1111101010001101101110101110111011101001111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA11B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA11B7; }

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

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

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

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

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

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

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

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