#F780E3

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

Shades of Pale Magenta #F780E3

Tints of Pale Magenta #F780E3

Color information

#F780E3 (or 0xF780E3) is unknown color: approx Pale Magenta. HEX triplet: F7, 80 and E3. RGB value is (247,128,227). Sum of RGB (Red+Green+Blue) = 247+128+227=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F780E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780E3 is #087F1C. Grayscale: #AEAEAE. Windows color (decimal): -556829 or 14909687. OLE color: 14909687.

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

Color convert

RGB247128227-
CMYK00.480.080.03
HSL310.08º88.15%73.53%-
HSV(B)310.08º48.18%96.86%-
XYZ59.9440.7677.38-
YUV174.87157.42179.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 128 (50.39% from 255) = 21.26%
BLUE value IS 227 (89.06% from 255) = 37.71%
R=41.03%
G=21.26%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712822700.480.080.03310.0888.1573.53
HexF780E303083136584a
Octal367200343060103466130112
Binary111101111000000011100011011000010001110011011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780E3; }

 p { color: rgb(247,128,227); }

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

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

 a { background-color: rgb(247,128,227); }

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

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

 span { border-color: rgb(247,128,227); }

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