#F88ADE

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

Shades of Pale Magenta #F88ADE

Tints of Pale Magenta #F88ADE

Color information

#F88ADE (or 0xF88ADE) is unknown color: approx Pale Magenta. HEX triplet: F8, 8A and DE. RGB value is (248,138,222). Sum of RGB (Red+Green+Blue) = 248+138+222=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ADE is #077521. Grayscale: #B4B4B4. Windows color (decimal): -488738 or 14584568. OLE color: 14584568.

HSL color Cylindrical-coordinate representation of color #F88ADE: hue angle of 314.18º 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 #F88ADE is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248138222-
CMYK00.440.100.03
HSL314.18º88.71%75.69%-
HSV(B)314.18º44.35%97.25%-
XYZ60.9843.4174.27-
YUV180.47151.44176.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 138 (54.30% from 255) = 22.70%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=40.79%
G=22.70%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813822200.440.100.03314.1888.7175.69
HexF88ADE02CA313a594c
Octal370212336054123472131114
Binary111110001000101011011110010110010101110011101010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88ADE; }

 p { color: rgb(248,138,222); }

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

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

 a { background-color: rgb(248,138,222); }

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

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

 span { border-color: rgb(248,138,222); }

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