#FA93BC

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

Shades of Shocking #FA93BC

Tints of Shocking #FA93BC

Color information

#FA93BC (or 0xFA93BC) is unknown color: approx Shocking. HEX triplet: FA, 93 and BC. RGB value is (250,147,188). Sum of RGB (Red+Green+Blue) = 250+147+188=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93BC is #056C43. Grayscale: #B6B6B6. Windows color (decimal): -355396 or 12358650. OLE color: 12358650.

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

Color convert

RGB250147188-
CMYK00.410.250.02
HSL336.12º91.15%77.84%-
HSV(B)336.12º41.2%98.04%-
XYZ58.9444.8253.12-
YUV182.47131.12176.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=42.74%
G=25.13%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014718800.410.250.02336.1291.1577.84
HexFA93BC0291921505b4e
Octal372223274051312520133116
Binary1111101010010011101111000101001110011010101000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93BC; }

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

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

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

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

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

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

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

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