#FA95BE

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

Shades of Shocking #FA95BE

Tints of Shocking #FA95BE

Color information

#FA95BE (or 0xFA95BE) is unknown color: approx Shocking. HEX triplet: FA, 95 and BE. RGB value is (250,149,190). Sum of RGB (Red+Green+Blue) = 250+149+190=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95BE is #056A41. Grayscale: #B7B7B7. Windows color (decimal): -354882 or 12490234. OLE color: 12490234.

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

Color convert

RGB250149190-
CMYK00.400.240.02
HSL335.64º90.99%78.24%-
HSV(B)335.64º40.4%98.04%-
XYZ59.4745.5454.37-
YUV183.87131.46175.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=42.44%
G=25.30%
B=32.26%

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
Decimal25014919000.400.240.02335.6490.9978.24
HexFA95BE0281821505b4e
Octal372225276050302520133116
Binary1111101010010101101111100101000110001010101000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95BE; }

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

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

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

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

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

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

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

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