#F08CE4

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

Shades of Pale Magenta #F08CE4

Tints of Pale Magenta #F08CE4

Color information

#F08CE4 (or 0xF08CE4) is unknown color: approx Pale Magenta. HEX triplet: F0, 8C and E4. RGB value is (240,140,228). Sum of RGB (Red+Green+Blue) = 240+140+228=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CE4 is #0F731B. Grayscale: #B3B3B3. Windows color (decimal): -1012508 or 14978288. OLE color: 14978288.

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

Color convert

RGB240140228-
CMYK00.420.050.06
HSL307.2º76.92%74.51%-
HSV(B)307.2º41.67%94.12%-
XYZ59.3242.8878.55-
YUV179.93155.13170.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 140 (55.08% from 255) = 23.03%
BLUE value IS 228 (89.45% from 255) = 37.5%
R=39.47%
G=23.03%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014022800.420.050.06307.276.9274.51
HexF08CE402A561334d4b
Octal36021434405256463115113
Binary111100001000110011100100010101010111010011001110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CE4; }

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

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

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

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

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

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

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

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