#F17ED8

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

Shades of Pale Magenta #F17ED8

Tints of Pale Magenta #F17ED8

Color information

#F17ED8 (or 0xF17ED8) is unknown color: approx Pale Magenta. HEX triplet: F1, 7E and D8. RGB value is (241,126,216). Sum of RGB (Red+Green+Blue) = 241+126+216=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ED8 is #0E8127. Grayscale: #AAAAAA. Windows color (decimal): -950568 or 14188273. OLE color: 14188273.

HSL color Cylindrical-coordinate representation of color #F17ED8: hue angle of 313.04º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17ED8 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241126216-
CMYK00.480.100.05
HSL313.04º80.42%71.96%-
HSV(B)313.04º47.72%94.51%-
XYZ56.1338.5869.45-
YUV170.64153.6178.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 126 (49.61% from 255) = 21.61%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=41.34%
G=21.61%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112621600.480.100.05313.0480.4271.96
HexF17ED8030A51395048
Octal361176330060125471120110
Binary111100011111110110110000110000101010110011100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17ED8; }

 p { color: rgb(241,126,216); }

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

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

 a { background-color: rgb(241,126,216); }

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

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

 span { border-color: rgb(241,126,216); }

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