#FA93E8

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

Shades of Pale Magenta #FA93E8

Tints of Pale Magenta #FA93E8

Color information

#FA93E8 (or 0xFA93E8) is unknown color: approx Pale Magenta. HEX triplet: FA, 93 and E8. RGB value is (250,147,232). Sum of RGB (Red+Green+Blue) = 250+147+232=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93E8 is #056C17. Grayscale: #BBBBBB. Windows color (decimal): -355352 or 15242234. OLE color: 15242234.

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

Color convert

RGB250147232-
CMYK00.410.070.02
HSL310.49º91.15%77.84%-
HSV(B)310.49º41.2%98.04%-
XYZ64.4247.0282.02-
YUV187.49153.12172.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 147 (57.81% from 255) = 23.37%
BLUE value IS 232 (91.02% from 255) = 36.88%
R=39.75%
G=23.37%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014723200.410.070.02310.4991.1577.84
HexFA93E8029721365b4e
Octal37222335005172466133116
Binary11111010100100111110100001010011111010011011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93E8; }

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

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

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

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

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

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

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

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