#F881DA

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

Shades of Pale Magenta #F881DA

Tints of Pale Magenta #F881DA

Color information

#F881DA (or 0xF881DA) is unknown color: approx Pale Magenta. HEX triplet: F8, 81 and DA. RGB value is (248,129,218). Sum of RGB (Red+Green+Blue) = 248+129+218=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F881DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881DA is #077E25. Grayscale: #AEAEAE. Windows color (decimal): -491046 or 14320120. OLE color: 14320120.

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

Color convert

RGB248129218-
CMYK00.480.120.03
HSL315.13º89.47%73.92%-
HSV(B)315.13º47.98%97.25%-
XYZ59.2240.7271.07-
YUV174.73152.42180.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 129 (50.78% from 255) = 21.68%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=41.68%
G=21.68%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812921800.480.120.03315.1389.4773.92
HexF881DA030C313b594a
Octal370201332060143473131112
Binary111110001000000111011010011000011001110011101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881DA; }

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

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

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

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

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

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

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

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