#FA95BF

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

Shades of Shocking #FA95BF

Tints of Shocking #FA95BF

Color information

#FA95BF (or 0xFA95BF) is unknown color: approx Shocking. HEX triplet: FA, 95 and BF. RGB value is (250,149,191). Sum of RGB (Red+Green+Blue) = 250+149+191=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95BF is #056A40. Grayscale: #B7B7B7. Windows color (decimal): -354881 or 12555770. OLE color: 12555770.

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

Color convert

RGB250149191-
CMYK00.400.240.02
HSL335.05º90.99%78.24%-
HSV(B)335.05º40.4%98.04%-
XYZ59.5845.5854.95-
YUV183.99131.96175.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 149 (58.59% from 255) = 25.25%
BLUE value IS 191 (75% from 255) = 32.37%
R=42.37%
G=25.25%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014919100.400.240.02335.0590.9978.24
HexFA95BF02818214f5b4e
Octal372225277050302517133116
Binary1111101010010101101111110101000110001010100111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95BF; }

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

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

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

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

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

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

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

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