#F17DE6

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

Shades of Pale Magenta #F17DE6

Tints of Pale Magenta #F17DE6

Color information

#F17DE6 (or 0xF17DE6) is unknown color: approx Pale Magenta. HEX triplet: F1, 7D and E6. RGB value is (241,125,230). Sum of RGB (Red+Green+Blue) = 241+125+230=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DE6 is #0E8219. Grayscale: #ABABAB. Windows color (decimal): -950810 or 15105521. OLE color: 15105521.

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

Color convert

RGB241125230-
CMYK00.480.050.05
HSL305.69º80.56%71.76%-
HSV(B)305.69º48.13%94.51%-
XYZ57.8939.0879.36-
YUV171.65160.93177.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 230 (90.23% from 255) = 38.59%
R=40.44%
G=20.97%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112523000.480.050.05305.6980.5671.76
HexF17DE6030551325148
Octal36117534606055462121110
Binary11110001111110111100110011000010110110011001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DE6; }

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

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

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

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

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

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

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

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