#F08EE3

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

Shades of Pale Magenta #F08EE3

Tints of Pale Magenta #F08EE3

Color information

#F08EE3 (or 0xF08EE3) is unknown color: approx Pale Magenta. HEX triplet: F0, 8E and E3. RGB value is (240,142,227). Sum of RGB (Red+Green+Blue) = 240+142+227=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EE3 is #0F711C. Grayscale: #B4B4B4. Windows color (decimal): -1011997 or 14913264. OLE color: 14913264.

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

Color convert

RGB240142227-
CMYK00.410.050.06
HSL307.96º76.56%74.9%-
HSV(B)307.96º40.83%94.12%-
XYZ59.4743.4277.92-
YUV180.99153.97170.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 227 (89.06% from 255) = 37.27%
R=39.41%
G=23.32%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014222700.410.050.06307.9676.5674.9
HexF08EE3029561344d4b
Octal36021634305156464115113
Binary111100001000111011100011010100110111010011010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08EE3; }

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

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

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

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

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

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

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

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