#F781D9

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

Shades of Pale Magenta #F781D9

Tints of Pale Magenta #F781D9

Color information

#F781D9 (or 0xF781D9) is unknown color: approx Pale Magenta. HEX triplet: F7, 81 and D9. RGB value is (247,129,217). Sum of RGB (Red+Green+Blue) = 247+129+217=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F781D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781D9 is #087E26. Grayscale: #AEAEAE. Windows color (decimal): -556583 or 14254583. OLE color: 14254583.

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

Color convert

RGB247129217-
CMYK00.480.120.03
HSL315.25º88.06%73.73%-
HSV(B)315.25º47.77%96.86%-
XYZ58.7340.4870.36-
YUV174.31152.09179.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.65%
GREEN value IS 129 (50.78% from 255) = 21.75%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=41.65%
G=21.75%
B=36.59%

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
Decimal24712921700.480.120.03315.2588.0673.73
HexF781D9030C313b584a
Octal367201331060143473130112
Binary111101111000000111011001011000011001110011101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781D9; }

 p { color: rgb(247,129,217); }

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

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

 a { background-color: rgb(247,129,217); }

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

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

 span { border-color: rgb(247,129,217); }

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