#FA96BF

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

Shades of Shocking #FA96BF

Tints of Shocking #FA96BF

Color information

#FA96BF (or 0xFA96BF) is unknown color: approx Shocking. HEX triplet: FA, 96 and BF. RGB value is (250,150,191). Sum of RGB (Red+Green+Blue) = 250+150+191=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96BF is #056940. Grayscale: #B8B8B8. Windows color (decimal): -354625 or 12556026. OLE color: 12556026.

HSL color Cylindrical-coordinate representation of color #FA96BF: hue angle of 335.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96BF is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250150191-
CMYK00.40.240.02
HSL335.4º90.91%78.43%-
HSV(B)335.4º40%98.04%-
XYZ59.7345.955-
YUV184.57131.63174.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 191 (75% from 255) = 32.32%
R=42.30%
G=25.38%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015019100.40.240.02335.490.9178.43
HexFA96BF02818214f5b4e
Octal372226277050302517133116
Binary1111101010010110101111110101000110001010100111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96BF; }

 p { color: rgb(250,150,191); }

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

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

 a { background-color: rgb(250,150,191); }

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

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

 span { border-color: rgb(250,150,191); }

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