#F175DE

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

Shades of Pale Magenta #F175DE

Tints of Pale Magenta #F175DE

Color information

#F175DE (or 0xF175DE) is unknown color: approx Pale Magenta. HEX triplet: F1, 75 and DE. RGB value is (241,117,222). Sum of RGB (Red+Green+Blue) = 241+117+222=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F175DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175DE is #0E8A21. Grayscale: #A5A5A5. Windows color (decimal): -952866 or 14579185. OLE color: 14579185.

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

Color convert

RGB241117222-
CMYK00.510.080.05
HSL309.19º81.58%70.2%-
HSV(B)309.19º51.45%94.51%-
XYZ55.8236.773.25-
YUV166.05159.58181.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 117 (46.09% from 255) = 20.17%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=41.55%
G=20.17%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111722200.510.080.05309.1981.5870.2
HexF175DE033851355246
Octal361165336063105465122106
Binary111100011110101110111100110011100010110011010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175DE; }

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

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

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

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

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

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

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

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