#F781D3

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

Shades of Pale Magenta #F781D3

Tints of Pale Magenta #F781D3

Color information

#F781D3 (or 0xF781D3) is unknown color: approx Pale Magenta. HEX triplet: F7, 81 and D3. RGB value is (247,129,211). Sum of RGB (Red+Green+Blue) = 247+129+211=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F781D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781D3 is #087E2C. Grayscale: #ADADAD. Windows color (decimal): -556589 or 13861367. OLE color: 13861367.

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

Color convert

RGB247129211-
CMYK00.480.150.03
HSL318.31º88.06%73.73%-
HSV(B)318.31º47.77%96.86%-
XYZ57.9740.1866.33-
YUV173.63149.09180.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.08%
GREEN value IS 129 (50.78% from 255) = 21.98%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=42.08%
G=21.98%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712921100.480.150.03318.3188.0673.73
HexF781D3030F313e584a
Octal367201323060173476130112
Binary111101111000000111010011011000011111110011111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781D3; }

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

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

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

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

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

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

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

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