#F993EC

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

Shades of Pale Magenta #F993EC

Tints of Pale Magenta #F993EC

Color information

#F993EC (or 0xF993EC) is unknown color: approx Pale Magenta. HEX triplet: F9, 93 and EC. RGB value is (249,147,236). Sum of RGB (Red+Green+Blue) = 249+147+236=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F993EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993EC is #066C13. Grayscale: #BBBBBB. Windows color (decimal): -420884 or 15504377. OLE color: 15504377.

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

Color convert

RGB249147236-
CMYK00.410.050.02
HSL307.65º89.47%77.65%-
HSV(B)307.65º40.96%97.65%-
XYZ64.6447.0685.03-
YUV187.64155.29171.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.40%
GREEN value IS 147 (57.81% from 255) = 23.26%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=39.40%
G=23.26%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914723600.410.050.02307.6589.4777.65
HexF993EC02952134594e
Octal37122335405152464131116
Binary11111001100100111110110001010011011010011010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993EC; }

 p { color: rgb(249,147,236); }

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

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

 a { background-color: rgb(249,147,236); }

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

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

 span { border-color: rgb(249,147,236); }

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