#F088E4

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

Shades of Pale Magenta #F088E4

Tints of Pale Magenta #F088E4

Color information

#F088E4 (or 0xF088E4) is unknown color: approx Pale Magenta. HEX triplet: F0, 88 and E4. RGB value is (240,136,228). Sum of RGB (Red+Green+Blue) = 240+136+228=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F088E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088E4 is #0F771B. Grayscale: #B1B1B1. Windows color (decimal): -1013532 or 14977264. OLE color: 14977264.

HSL color Cylindrical-coordinate representation of color #F088E4: hue angle of 306.92º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088E4 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240136228-
CMYK00.430.050.06
HSL306.92º77.61%73.73%-
HSV(B)306.92º43.33%94.12%-
XYZ58.7441.7478.36-
YUV177.58156.46172.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 136 (53.52% from 255) = 22.52%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=39.74%
G=22.52%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013622800.430.050.06306.9277.6173.73
HexF088E402B561334e4a
Octal36021034405356463116112
Binary111100001000100011100100010101110111010011001110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088E4; }

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

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

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

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

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

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

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

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