#F176DC

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

Shades of Pale Magenta #F176DC

Tints of Pale Magenta #F176DC

Color information

#F176DC (or 0xF176DC) is unknown color: approx Pale Magenta. HEX triplet: F1, 76 and DC. RGB value is (241,118,220). Sum of RGB (Red+Green+Blue) = 241+118+220=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F176DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176DC is #0E8923. Grayscale: #A6A6A6. Windows color (decimal): -952612 or 14448369. OLE color: 14448369.

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

Color convert

RGB241118220-
CMYK00.510.090.05
HSL310.24º81.46%70.39%-
HSV(B)310.24º51.04%94.51%-
XYZ55.6736.8271.88-
YUV166.4158.25181.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 118 (46.48% from 255) = 20.38%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=41.62%
G=20.38%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111822000.510.090.05310.2481.4670.39
HexF176DC033951365146
Octal361166334063115466121106
Binary111100011110110110111000110011100110110011011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F176DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F176DC; }

 p { color: rgb(241,118,220); }

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

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

 a { background-color: rgb(241,118,220); }

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

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

 span { border-color: rgb(241,118,220); }

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