#F08CE6

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

Shades of Pale Magenta #F08CE6

Tints of Pale Magenta #F08CE6

Color information

#F08CE6 (or 0xF08CE6) is unknown color: approx Pale Magenta. HEX triplet: F0, 8C and E6. RGB value is (240,140,230). Sum of RGB (Red+Green+Blue) = 240+140+230=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CE6 is #0F7319. Grayscale: #B3B3B3. Windows color (decimal): -1012506 or 15109360. OLE color: 15109360.

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

Color convert

RGB240140230-
CMYK00.420.040.06
HSL306º76.92%74.51%-
HSV(B)306º41.67%94.12%-
XYZ59.642.9980.02-
YUV180.16156.13170.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 140 (55.08% from 255) = 22.95%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=39.34%
G=22.95%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014023000.420.040.0630676.9274.51
HexF08CE602A461324d4b
Octal36021434605246462115113
Binary111100001000110011100110010101010011010011001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CE6; }

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

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

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

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

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

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

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

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