#F175E0

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

Shades of Pale Magenta #F175E0

Tints of Pale Magenta #F175E0

Color information

#F175E0 (or 0xF175E0) is unknown color: approx Pale Magenta. HEX triplet: F1, 75 and E0. RGB value is (241,117,224). Sum of RGB (Red+Green+Blue) = 241+117+224=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F175E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175E0 is #0E8A1F. Grayscale: #A5A5A5. Windows color (decimal): -952864 or 14710257. OLE color: 14710257.

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

Color convert

RGB241117224-
CMYK00.510.070.05
HSL308.23º81.58%70.2%-
HSV(B)308.23º51.45%94.51%-
XYZ56.0936.8174.67-
YUV166.27160.58181.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 117 (46.09% from 255) = 20.10%
BLUE value IS 224 (87.89% from 255) = 38.49%
R=41.41%
G=20.10%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111722400.510.070.05308.2381.5870.2
HexF175E0033751345246
Octal36116534006375464122106
Binary11110001111010111100000011001111110110011010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175E0; }

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

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

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

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

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

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

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

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