#F17ED7

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

Shades of Pale Magenta #F17ED7

Tints of Pale Magenta #F17ED7

Color information

#F17ED7 (or 0xF17ED7) is unknown color: approx Pale Magenta. HEX triplet: F1, 7E and D7. RGB value is (241,126,215). Sum of RGB (Red+Green+Blue) = 241+126+215=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ED7 is #0E8128. Grayscale: #AAAAAA. Windows color (decimal): -950569 or 14122737. OLE color: 14122737.

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

Color convert

RGB241126215-
CMYK00.480.110.05
HSL313.57º80.42%71.96%-
HSV(B)313.57º47.72%94.51%-
XYZ5638.5368.78-
YUV170.53153.1178.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 126 (49.61% from 255) = 21.65%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=41.41%
G=21.65%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112621500.480.110.05313.5780.4271.96
HexF17ED7030B513a5048
Octal361176327060135472120110
Binary111100011111110110101110110000101110110011101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17ED7; }

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

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

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

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

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

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

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

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