#F780E1

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

Shades of Pale Magenta #F780E1

Tints of Pale Magenta #F780E1

Color information

#F780E1 (or 0xF780E1) is unknown color: approx Pale Magenta. HEX triplet: F7, 80 and E1. RGB value is (247,128,225). Sum of RGB (Red+Green+Blue) = 247+128+225=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F780E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780E1 is #087F1E. Grayscale: #AEAEAE. Windows color (decimal): -556831 or 14778615. OLE color: 14778615.

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

Color convert

RGB247128225-
CMYK00.480.090.03
HSL311.09º88.15%73.53%-
HSV(B)311.09º48.18%96.86%-
XYZ59.6740.6575.94-
YUV174.64156.42179.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 128 (50.39% from 255) = 21.33%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=41.17%
G=21.33%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712822500.480.090.03311.0988.1573.53
HexF780E103093137584a
Octal367200341060113467130112
Binary111101111000000011100001011000010011110011011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780E1; }

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

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

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

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

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

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

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

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