#F88ADD

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

Shades of Pale Magenta #F88ADD

Tints of Pale Magenta #F88ADD

Color information

#F88ADD (or 0xF88ADD) is unknown color: approx Pale Magenta. HEX triplet: F8, 8A and DD. RGB value is (248,138,221). Sum of RGB (Red+Green+Blue) = 248+138+221=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ADD is #077522. Grayscale: #B4B4B4. Windows color (decimal): -488739 or 14519032. OLE color: 14519032.

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

Color convert

RGB248138221-
CMYK00.440.110.03
HSL314.73º88.71%75.69%-
HSV(B)314.73º44.35%97.25%-
XYZ60.8543.3573.57-
YUV180.35150.94176.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 138 (54.30% from 255) = 22.73%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=40.86%
G=22.73%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813822100.440.110.03314.7388.7175.69
HexF88ADD02CB313b594c
Octal370212335054133473131114
Binary111110001000101011011101010110010111110011101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88ADD; }

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

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

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

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

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

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

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

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