#F08CE7

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

Shades of Pale Magenta #F08CE7

Tints of Pale Magenta #F08CE7

Color information

#F08CE7 (or 0xF08CE7) is unknown color: approx Pale Magenta. HEX triplet: F0, 8C and E7. RGB value is (240,140,231). Sum of RGB (Red+Green+Blue) = 240+140+231=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CE7 is #0F7318. Grayscale: #B4B4B4. Windows color (decimal): -1012505 or 15174896. OLE color: 15174896.

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

Color convert

RGB240140231-
CMYK00.420.040.06
HSL305.4º76.92%74.51%-
HSV(B)305.4º41.67%94.12%-
XYZ59.7443.0580.76-
YUV180.27156.63170.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 140 (55.08% from 255) = 22.91%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=39.28%
G=22.91%
B=37.81%

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
Decimal24014023100.420.040.06305.476.9274.51
HexF08CE702A461314d4b
Octal36021434705246461115113
Binary111100001000110011100111010101010011010011000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CE7; }

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

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

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

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

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

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

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

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