#F995EE

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

Shades of Pale Magenta #F995EE

Tints of Pale Magenta #F995EE

Color information

#F995EE (or 0xF995EE) is unknown color: approx Pale Magenta. HEX triplet: F9, 95 and EE. RGB value is (249,149,238). Sum of RGB (Red+Green+Blue) = 249+149+238=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 149 (58.59% from 255 or 23.43% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F995EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995EE is #066A11. Grayscale: #BCBCBC. Windows color (decimal): -420370 or 15635961. OLE color: 15635961.

HSL color Cylindrical-coordinate representation of color #F995EE: hue angle of 306.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995EE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249149238-
CMYK00.400.040.02
HSL306.6º89.29%78.04%-
HSV(B)306.6º40.16%97.65%-
XYZ65.2547.8186.68-
YUV189.05155.63170.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 149 (58.59% from 255) = 23.43%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=39.15%
G=23.43%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914923800.400.040.02306.689.2978.04
HexF995EE02842133594e
Octal37122535605042463131116
Binary11111001100101011110111001010001001010011001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F995EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F995EE; }

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

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

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

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

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

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

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

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