#F780D3

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

Shades of Pale Magenta #F780D3

Tints of Pale Magenta #F780D3

Color information

#F780D3 (or 0xF780D3) is unknown color: approx Pale Magenta. HEX triplet: F7, 80 and D3. RGB value is (247,128,211). Sum of RGB (Red+Green+Blue) = 247+128+211=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F780D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780D3 is #087F2C. Grayscale: #ACACAC. Windows color (decimal): -556845 or 13861111. OLE color: 13861111.

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

Color convert

RGB247128211-
CMYK00.480.150.03
HSL318.15º88.15%73.53%-
HSV(B)318.15º48.18%96.86%-
XYZ57.8339.9266.28-
YUV173.04149.42180.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.15%
GREEN value IS 128 (50.39% from 255) = 21.84%
BLUE value IS 211 (82.81% from 255) = 36.01%
R=42.15%
G=21.84%
B=36.01%

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
Decimal24712821100.480.150.03318.1588.1573.53
HexF780D3030F313e584a
Octal367200323060173476130112
Binary111101111000000011010011011000011111110011111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780D3; }

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

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

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

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

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

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

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

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