#F17FE1

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

Shades of Pale Magenta #F17FE1

Tints of Pale Magenta #F17FE1

Color information

#F17FE1 (or 0xF17FE1) is unknown color: approx Pale Magenta. HEX triplet: F1, 7F and E1. RGB value is (241,127,225). Sum of RGB (Red+Green+Blue) = 241+127+225=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FE1 is #0E801E. Grayscale: #ABABAB. Windows color (decimal): -950303 or 14778353. OLE color: 14778353.

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

Color convert

RGB241127225-
CMYK00.470.070.05
HSL308.42º80.28%72.16%-
HSV(B)308.42º47.3%94.51%-
XYZ57.4639.3275.79-
YUV172.26157.77177.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 127 (50% from 255) = 21.42%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=40.64%
G=21.42%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112722500.470.070.05308.4280.2872.16
HexF17FE102F751345048
Octal36117734105775464120110
Binary11110001111111111100001010111111110110011010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17FE1; }

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

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

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

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

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

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

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

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