#F175E3

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

Shades of Pale Magenta #F175E3

Tints of Pale Magenta #F175E3

Color information

#F175E3 (or 0xF175E3) is unknown color: approx Pale Magenta. HEX triplet: F1, 75 and E3. RGB value is (241,117,227). Sum of RGB (Red+Green+Blue) = 241+117+227=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F175E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175E3 is #0E8A1C. Grayscale: #A6A6A6. Windows color (decimal): -952861 or 14906865. OLE color: 14906865.

HSL color Cylindrical-coordinate representation of color #F175E3: hue angle of 306.77º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175E3 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB241117227-
CMYK00.510.060.05
HSL306.77º81.58%70.2%-
HSV(B)306.77º51.45%94.51%-
XYZ56.536.9776.83-
YUV166.62162.08181.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 117 (46.09% from 255) = 20%
BLUE value IS 227 (89.06% from 255) = 38.80%
R=41.20%
G=20%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111722700.510.060.05306.7781.5870.2
HexF175E3033651335246
Octal36116534306365463122106
Binary11110001111010111100011011001111010110011001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175E3; }

 p { color: rgb(241,117,227); }

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

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

 a { background-color: rgb(241,117,227); }

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

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

 span { border-color: rgb(241,117,227); }

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