#FA0BBC

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

Shades of Shocking Pink #FA0BBC

Tints of Shocking Pink #FA0BBC

Color information

#FA0BBC (or 0xFA0BBC) is unknown color: approx Shocking Pink. HEX triplet: FA, 0B and BC. RGB value is (250,11,188). Sum of RGB (Red+Green+Blue) = 250+11+188=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BBC is #05F443. Grayscale: #666666. Windows color (decimal): -390212 or 12323834. OLE color: 12323834.

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

Color convert

RGB25011188-
CMYK00.960.250.02
HSL315.56º95.98%51.18%-
HSV(B)315.56º95.6%98.04%-
XYZ48.6224.1949.68-
YUV102.64176.18233.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.68%
GREEN value IS 11 (4.69% from 255) = 2.45%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=55.68%
G=2.45%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501118800.960.250.02315.5695.9851.18
HexFABBC06019213c6033
Octal37213274014031247414063
Binary111110101011101111000110000011001101001111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0BBC; }

 p { color: rgb(250,11,188); }

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

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

 a { background-color: rgb(250,11,188); }

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

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

 span { border-color: rgb(250,11,188); }

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