#F993EE

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

Shades of Pale Magenta #F993EE

Tints of Pale Magenta #F993EE

Color information

#F993EE (or 0xF993EE) is unknown color: approx Pale Magenta. HEX triplet: F9, 93 and EE. RGB value is (249,147,238). Sum of RGB (Red+Green+Blue) = 249+147+238=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F993EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993EE is #066C11. Grayscale: #BBBBBB. Windows color (decimal): -420882 or 15635449. OLE color: 15635449.

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

Color convert

RGB249147238-
CMYK00.410.040.02
HSL306.47º89.47%77.65%-
HSV(B)306.47º40.96%97.65%-
XYZ64.9347.1886.57-
YUV187.87156.29171.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.27%
GREEN value IS 147 (57.81% from 255) = 23.19%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=39.27%
G=23.19%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914723800.410.040.02306.4789.4777.65
HexF993EE02942132594e
Octal37122335605142462131116
Binary11111001100100111110111001010011001010011001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993EE; }

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

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

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

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

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

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

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

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