#F08EE1

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

Shades of Pale Magenta #F08EE1

Tints of Pale Magenta #F08EE1

Color information

#F08EE1 (or 0xF08EE1) is unknown color: approx Pale Magenta. HEX triplet: F0, 8E and E1. RGB value is (240,142,225). Sum of RGB (Red+Green+Blue) = 240+142+225=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EE1 is #0F711E. Grayscale: #B4B4B4. Windows color (decimal): -1011999 or 14782192. OLE color: 14782192.

HSL color Cylindrical-coordinate representation of color #F08EE1: hue angle of 309.18º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08EE1 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB240142225-
CMYK00.410.060.06
HSL309.18º76.56%74.9%-
HSV(B)309.18º40.83%94.12%-
XYZ59.243.3176.47-
YUV180.76152.97170.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=39.54%
G=23.39%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014222500.410.060.06309.1876.5674.9
HexF08EE1029661354d4b
Octal36021634105166465115113
Binary111100001000111011100001010100111011010011010110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08EE1; }

 p { color: rgb(240,142,225); }

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

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

 a { background-color: rgb(240,142,225); }

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

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

 span { border-color: rgb(240,142,225); }

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