#F17DE1

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

Shades of Pale Magenta #F17DE1

Tints of Pale Magenta #F17DE1

Color information

#F17DE1 (or 0xF17DE1) is unknown color: approx Pale Magenta. HEX triplet: F1, 7D and E1. RGB value is (241,125,225). Sum of RGB (Red+Green+Blue) = 241+125+225=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DE1 is #0E821E. Grayscale: #AAAAAA. Windows color (decimal): -950815 or 14777841. OLE color: 14777841.

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

Color convert

RGB241125225-
CMYK00.480.070.05
HSL308.28º80.56%71.76%-
HSV(B)308.28º48.13%94.51%-
XYZ57.238.875.71-
YUV171.08158.43177.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 125 (49.22% from 255) = 21.15%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=40.78%
G=21.15%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112522500.480.070.05308.2880.5671.76
HexF17DE1030751345148
Octal36117534106075464121110
Binary11110001111110111100001011000011110110011010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DE1; }

 p { color: rgb(241,125,225); }

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

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

 a { background-color: rgb(241,125,225); }

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

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

 span { border-color: rgb(241,125,225); }

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