#F66DDC

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

Shades of Pale Magenta #F66DDC

Tints of Pale Magenta #F66DDC

Color information

#F66DDC (or 0xF66DDC) is unknown color: approx Pale Magenta. HEX triplet: F6, 6D and DC. RGB value is (246,109,220). Sum of RGB (Red+Green+Blue) = 246+109+220=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DDC is #099223. Grayscale: #A2A2A2. Windows color (decimal): -627236 or 14446070. OLE color: 14446070.

HSL color Cylindrical-coordinate representation of color #F66DDC: hue angle of 311.39º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66DDC is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246109220-
CMYK00.560.110.04
HSL311.39º88.39%69.61%-
HSV(B)311.39º55.69%96.47%-
XYZ56.3935.771.63-
YUV162.62160.39187.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 109 (42.97% from 255) = 18.96%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=42.78%
G=18.96%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610922000.560.110.04311.3988.3969.61
HexF66DDC038B41375846
Octal366155334070134467130106
Binary111101101101101110111000111000101110010011011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66DDC; }

 p { color: rgb(246,109,220); }

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

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

 a { background-color: rgb(246,109,220); }

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

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

 span { border-color: rgb(246,109,220); }

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