#F16FDC

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

Shades of Pale Magenta #F16FDC

Tints of Pale Magenta #F16FDC

Color information

#F16FDC (or 0xF16FDC) is unknown color: approx Pale Magenta. HEX triplet: F1, 6F and DC. RGB value is (241,111,220). Sum of RGB (Red+Green+Blue) = 241+111+220=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FDC is #0E9023. Grayscale: #A1A1A1. Windows color (decimal): -954404 or 14446577. OLE color: 14446577.

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

Color convert

RGB241111220-
CMYK00.540.090.05
HSL309.69º82.28%69.02%-
HSV(B)309.69º53.94%94.51%-
XYZ54.8835.2471.62-
YUV162.3160.57184.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 111 (43.75% from 255) = 19.41%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=42.13%
G=19.41%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111122000.540.090.05309.6982.2869.02
HexF16FDC036951365245
Octal361157334066115466122105
Binary111100011101111110111000110110100110110011011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16FDC; }

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

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

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

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

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

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

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

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