#F895EE

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

Shades of Pale Magenta #F895EE

Tints of Pale Magenta #F895EE

Color information

#F895EE (or 0xF895EE) is unknown color: approx Pale Magenta. HEX triplet: F8, 95 and EE. RGB value is (248,149,238). Sum of RGB (Red+Green+Blue) = 248+149+238=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 149 (58.59% from 255 or 23.46% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F895EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895EE is #076A11. Grayscale: #BCBCBC. Windows color (decimal): -485906 or 15635960. OLE color: 15635960.

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

Color convert

RGB248149238-
CMYK00.400.040.03
HSL306.06º87.61%77.84%-
HSV(B)306.06º39.92%97.25%-
XYZ64.8947.6286.66-
YUV188.75155.8170.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.06%
GREEN value IS 149 (58.59% from 255) = 23.46%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=39.06%
G=23.46%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814923800.400.040.03306.0687.6177.84
HexF895EE02843132584e
Octal37022535605043462130116
Binary11111000100101011110111001010001001110011001010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895EE; }

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

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

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

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

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

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

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

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