#F17DE2

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

Shades of Pale Magenta #F17DE2

Tints of Pale Magenta #F17DE2

Color information

#F17DE2 (or 0xF17DE2) is unknown color: approx Pale Magenta. HEX triplet: F1, 7D and E2. RGB value is (241,125,226). Sum of RGB (Red+Green+Blue) = 241+125+226=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DE2 is #0E821D. Grayscale: #AAAAAA. Windows color (decimal): -950814 or 14843377. OLE color: 14843377.

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

Color convert

RGB241125226-
CMYK00.480.060.05
HSL307.76º80.56%71.76%-
HSV(B)307.76º48.13%94.51%-
XYZ57.3438.8676.43-
YUV171.2158.93177.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 226 (88.67% from 255) = 38.18%
R=40.71%
G=21.11%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112522600.480.060.05307.7680.5671.76
HexF17DE2030651345148
Octal36117534206065464121110
Binary11110001111110111100010011000011010110011010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DE2; }

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

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

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

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

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

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

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

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