#F66EE5

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

Shades of Pale Magenta #F66EE5

Tints of Pale Magenta #F66EE5

Color information

#F66EE5 (or 0xF66EE5) is unknown color: approx Pale Magenta. HEX triplet: F6, 6E and E5. RGB value is (246,110,229). Sum of RGB (Red+Green+Blue) = 246+110+229=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66EE5 is #09911A. Grayscale: #A3A3A3. Windows color (decimal): -626971 or 15036150. OLE color: 15036150.

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

Color convert

RGB246110229-
CMYK00.550.070.04
HSL307.5º88.31%69.8%-
HSV(B)307.5º55.28%96.47%-
XYZ57.7236.478.11-
YUV164.23164.56186.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.05%
GREEN value IS 110 (43.36% from 255) = 18.80%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=42.05%
G=18.80%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611022900.550.070.04307.588.3169.8
HexF66EE5037741345846
Octal36615634506774464130106
Binary11110110110111011100101011011111110010011010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66EE5; }

 p { color: rgb(246,110,229); }

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

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

 a { background-color: rgb(246,110,229); }

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

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

 span { border-color: rgb(246,110,229); }

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