#F881DC

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

Shades of Pale Magenta #F881DC

Tints of Pale Magenta #F881DC

Color information

#F881DC (or 0xF881DC) is unknown color: approx Pale Magenta. HEX triplet: F8, 81 and DC. RGB value is (248,129,220). Sum of RGB (Red+Green+Blue) = 248+129+220=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F881DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881DC is #077E23. Grayscale: #AEAEAE. Windows color (decimal): -491044 or 14451192. OLE color: 14451192.

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

Color convert

RGB248129220-
CMYK00.480.110.03
HSL314.12º89.47%73.92%-
HSV(B)314.12º47.98%97.25%-
XYZ59.4840.8272.46-
YUV174.96153.42180.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.54%
GREEN value IS 129 (50.78% from 255) = 21.61%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=41.54%
G=21.61%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812922000.480.110.03314.1289.4773.92
HexF881DC030B313a594a
Octal370201334060133472131112
Binary111110001000000111011100011000010111110011101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881DC; }

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

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

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

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

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

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

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

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