#F177DA

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

Shades of Pale Magenta #F177DA

Tints of Pale Magenta #F177DA

Color information

#F177DA (or 0xF177DA) is unknown color: approx Pale Magenta. HEX triplet: F1, 77 and DA. RGB value is (241,119,218). Sum of RGB (Red+Green+Blue) = 241+119+218=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F177DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177DA is #0E8825. Grayscale: #A6A6A6. Windows color (decimal): -952358 or 14317553. OLE color: 14317553.

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

Color convert

RGB241119218-
CMYK00.510.100.05
HSL311.31º81.33%70.59%-
HSV(B)311.31º50.62%94.51%-
XYZ55.5336.9670.54-
YUV166.76156.92180.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 119 (46.88% from 255) = 20.59%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=41.70%
G=20.59%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111921800.510.100.05311.3181.3370.59
HexF177DA033A51375147
Octal361167332063125467121107
Binary111100011110111110110100110011101010110011011110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F177DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F177DA; }

 p { color: rgb(241,119,218); }

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

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

 a { background-color: rgb(241,119,218); }

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

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

 span { border-color: rgb(241,119,218); }

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