#FA93EB

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

Shades of Pale Magenta #FA93EB

Tints of Pale Magenta #FA93EB

Color information

#FA93EB (or 0xFA93EB) is unknown color: approx Pale Magenta. HEX triplet: FA, 93 and EB. RGB value is (250,147,235). Sum of RGB (Red+Green+Blue) = 250+147+235=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93EB is #056C14. Grayscale: #BBBBBB. Windows color (decimal): -355349 or 15438842. OLE color: 15438842.

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

Color convert

RGB250147235-
CMYK00.410.060.02
HSL308.74º91.15%77.84%-
HSV(B)308.74º41.2%98.04%-
XYZ64.8547.1984.29-
YUV187.83154.62172.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 147 (57.81% from 255) = 23.26%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=39.56%
G=23.26%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014723500.410.060.02308.7491.1577.84
HexFA93EB029621355b4e
Octal37222335305162465133116
Binary11111010100100111110101101010011101010011010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93EB; }

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

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

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

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

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

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

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

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