#F08DE6

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

Shades of Pale Magenta #F08DE6

Tints of Pale Magenta #F08DE6

Color information

#F08DE6 (or 0xF08DE6) is unknown color: approx Pale Magenta. HEX triplet: F0, 8D and E6. RGB value is (240,141,230). Sum of RGB (Red+Green+Blue) = 240+141+230=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08DE6 is #0F7219. Grayscale: #B4B4B4. Windows color (decimal): -1012250 or 15109616. OLE color: 15109616.

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

Color convert

RGB240141230-
CMYK00.410.040.06
HSL306.06º76.74%74.71%-
HSV(B)306.06º41.25%94.12%-
XYZ59.7443.2980.07-
YUV180.75155.8170.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 141 (55.47% from 255) = 23.08%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=39.28%
G=23.08%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014123000.410.040.06306.0676.7474.71
HexF08DE6029461324d4b
Octal36021534605146462115113
Binary111100001000110111100110010100110011010011001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08DE6; }

 p { color: rgb(240,141,230); }

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

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

 a { background-color: rgb(240,141,230); }

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

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

 span { border-color: rgb(240,141,230); }

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