#F66CE0

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

Shades of Pale Magenta #F66CE0

Tints of Pale Magenta #F66CE0

Color information

#F66CE0 (or 0xF66CE0) is unknown color: approx Pale Magenta. HEX triplet: F6, 6C and E0. RGB value is (246,108,224). Sum of RGB (Red+Green+Blue) = 246+108+224=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CE0 is #09931F. Grayscale: #A2A2A2. Windows color (decimal): -627488 or 14707958. OLE color: 14707958.

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

Color convert

RGB246108224-
CMYK00.560.090.04
HSL309.57º88.46%69.41%-
HSV(B)309.57º56.1%96.47%-
XYZ56.8235.774.42-
YUV162.49162.72187.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.56%
GREEN value IS 108 (42.58% from 255) = 18.69%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=42.56%
G=18.69%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610822400.560.090.04309.5788.4669.41
HexF66CE0038941365845
Octal366154340070114466130105
Binary111101101101100111000000111000100110010011011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66CE0; }

 p { color: rgb(246,108,224); }

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

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

 a { background-color: rgb(246,108,224); }

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

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

 span { border-color: rgb(246,108,224); }

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