#F88FE7

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

Shades of Pale Magenta #F88FE7

Tints of Pale Magenta #F88FE7

Color information

#F88FE7 (or 0xF88FE7) is unknown color: approx Pale Magenta. HEX triplet: F8, 8F and E7. RGB value is (248,143,231). Sum of RGB (Red+Green+Blue) = 248+143+231=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88FE7 is #077018. Grayscale: #B8B8B8. Windows color (decimal): -487449 or 15175672. OLE color: 15175672.

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

Color convert

RGB248143231-
CMYK00.420.070.03
HSL309.71º88.24%76.67%-
HSV(B)309.71º42.34%97.25%-
XYZ62.9645.3781.04-
YUV184.43154.29173.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 143 (56.25% from 255) = 22.99%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=39.87%
G=22.99%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814323100.420.070.03309.7188.2476.67
HexF88FE702A73136584d
Octal37021734705273466130115
Binary11111000100011111110011101010101111110011011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FE7; }

 p { color: rgb(248,143,231); }

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

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

 a { background-color: rgb(248,143,231); }

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

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

 span { border-color: rgb(248,143,231); }

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