#F993ED

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

Shades of Pale Magenta #F993ED

Tints of Pale Magenta #F993ED

Color information

#F993ED (or 0xF993ED) is unknown color: approx Pale Magenta. HEX triplet: F9, 93 and ED. RGB value is (249,147,237). Sum of RGB (Red+Green+Blue) = 249+147+237=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F993ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993ED is #066C12. Grayscale: #BBBBBB. Windows color (decimal): -420883 or 15569913. OLE color: 15569913.

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

Color convert

RGB249147237-
CMYK00.410.050.02
HSL307.06º89.47%77.65%-
HSV(B)307.06º40.96%97.65%-
XYZ64.7947.1285.8-
YUV187.76155.79171.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.34%
GREEN value IS 147 (57.81% from 255) = 23.22%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=39.34%
G=23.22%
B=37.44%

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
Decimal24914723700.410.050.02307.0689.4777.65
HexF993ED02952133594e
Octal37122335505152463131116
Binary11111001100100111110110101010011011010011001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993ED; }

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

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

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

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

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

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

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

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