#F88BE6

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

Shades of Pale Magenta #F88BE6

Tints of Pale Magenta #F88BE6

Color information

#F88BE6 (or 0xF88BE6) is unknown color: approx Pale Magenta. HEX triplet: F8, 8B and E6. RGB value is (248,139,230). Sum of RGB (Red+Green+Blue) = 248+139+230=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 139 (54.69% from 255 or 22.53% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88BE6 is #077419. Grayscale: #B5B5B5. Windows color (decimal): -488474 or 15109112. OLE color: 15109112.

HSL color Cylindrical-coordinate representation of color #F88BE6: hue angle of 309.91º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88BE6 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB248139230-
CMYK00.440.070.03
HSL309.91º88.62%75.88%-
HSV(B)309.91º43.95%97.25%-
XYZ62.2344.1380.1-
YUV181.96155.11175.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 139 (54.69% from 255) = 22.53%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=40.19%
G=22.53%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813923000.440.070.03309.9188.6275.88
HexF88BE602C73136594c
Octal37021334605473466131114
Binary11111000100010111110011001011001111110011011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88BE6; }

 p { color: rgb(248,139,230); }

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

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

 a { background-color: rgb(248,139,230); }

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

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

 span { border-color: rgb(248,139,230); }

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