#FA93BD

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

Shades of Shocking #FA93BD

Tints of Shocking #FA93BD

Color information

#FA93BD (or 0xFA93BD) is unknown color: approx Shocking. HEX triplet: FA, 93 and BD. RGB value is (250,147,189). Sum of RGB (Red+Green+Blue) = 250+147+189=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93BD is #056C42. Grayscale: #B6B6B6. Windows color (decimal): -355395 or 12424186. OLE color: 12424186.

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

Color convert

RGB250147189-
CMYK00.410.240.02
HSL335.53º91.15%77.84%-
HSV(B)335.53º41.2%98.04%-
XYZ59.0444.8753.69-
YUV182.58131.62176.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 147 (57.81% from 255) = 25.09%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=42.66%
G=25.09%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014718900.410.240.02335.5391.1577.84
HexFA93BD0291821505b4e
Octal372223275051302520133116
Binary1111101010010011101111010101001110001010101000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93BD; }

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

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

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

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

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

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

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

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