#F66DE3

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

Shades of Pale Magenta #F66DE3

Tints of Pale Magenta #F66DE3

Color information

#F66DE3 (or 0xF66DE3) is unknown color: approx Pale Magenta. HEX triplet: F6, 6D and E3. RGB value is (246,109,227). Sum of RGB (Red+Green+Blue) = 246+109+227=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DE3 is #09921C. Grayscale: #A3A3A3. Windows color (decimal): -627229 or 14904822. OLE color: 14904822.

HSL color Cylindrical-coordinate representation of color #F66DE3: hue angle of 308.32º 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 #F66DE3 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB246109227-
CMYK00.560.080.04
HSL308.32º88.39%69.61%-
HSV(B)308.32º55.69%96.47%-
XYZ57.3436.0876.61-
YUV163.42163.89186.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.27%
GREEN value IS 109 (42.97% from 255) = 18.73%
BLUE value IS 227 (89.06% from 255) = 39.00%
R=42.27%
G=18.73%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610922700.560.080.04308.3288.3969.61
HexF66DE3038841345846
Octal366155343070104464130106
Binary111101101101101111000110111000100010010011010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66DE3; }

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

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

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

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

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

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

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

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