#F88ADC

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

Shades of Pale Magenta #F88ADC

Tints of Pale Magenta #F88ADC

Color information

#F88ADC (or 0xF88ADC) is unknown color: approx Pale Magenta. HEX triplet: F8, 8A and DC. RGB value is (248,138,220). Sum of RGB (Red+Green+Blue) = 248+138+220=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ADC is #077523. Grayscale: #B4B4B4. Windows color (decimal): -488740 or 14453496. OLE color: 14453496.

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

Color convert

RGB248138220-
CMYK00.440.110.03
HSL315.27º88.71%75.69%-
HSV(B)315.27º44.35%97.25%-
XYZ60.7243.372.87-
YUV180.24150.44176.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.92%
GREEN value IS 138 (54.30% from 255) = 22.77%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=40.92%
G=22.77%
B=36.30%

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
Decimal24813822000.440.110.03315.2788.7175.69
HexF88ADC02CB313b594c
Octal370212334054133473131114
Binary111110001000101011011100010110010111110011101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88ADC; }

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

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

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

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

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

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

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

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