#F781ED

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

Shades of Pale Magenta #F781ED

Tints of Pale Magenta #F781ED

Color information

#F781ED (or 0xF781ED) is unknown color: approx Pale Magenta. HEX triplet: F7, 81 and ED. RGB value is (247,129,237). Sum of RGB (Red+Green+Blue) = 247+129+237=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F781ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F781ED is #087E12. Grayscale: #B0B0B0. Windows color (decimal): -556563 or 15565303. OLE color: 15565303.

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

Color convert

RGB247129237-
CMYK00.480.040.03
HSL305.08º88.06%73.73%-
HSV(B)305.08º47.77%96.86%-
XYZ61.4941.5984.91-
YUV176.59162.09178.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 129 (50.78% from 255) = 21.04%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=40.29%
G=21.04%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712923700.480.040.03305.0888.0673.73
HexF781ED03043131584a
Octal36720135506043461130112
Binary11110111100000011110110101100001001110011000110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781ED; }

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

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

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

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

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

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

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

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