#F994EC

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

Shades of Pale Magenta #F994EC

Tints of Pale Magenta #F994EC

Color information

#F994EC (or 0xF994EC) is unknown color: approx Pale Magenta. HEX triplet: F9, 94 and EC. RGB value is (249,148,236). Sum of RGB (Red+Green+Blue) = 249+148+236=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F994EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994EC is #066B13. Grayscale: #BBBBBB. Windows color (decimal): -420628 or 15504633. OLE color: 15504633.

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

Color convert

RGB249148236-
CMYK00.410.050.02
HSL307.72º89.38%77.84%-
HSV(B)307.72º40.56%97.65%-
XYZ64.847.3885.09-
YUV188.23154.96171.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.34%
GREEN value IS 148 (58.20% from 255) = 23.38%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=39.34%
G=23.38%
B=37.28%

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
Decimal24914823600.410.050.02307.7289.3877.84
HexF994EC02952134594e
Octal37122435405152464131116
Binary11111001100101001110110001010011011010011010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994EC; }

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

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

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

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

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

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

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

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