Shades of Pale Magenta #F66BDF
Tints of Pale Magenta #F66BDF
RGB
CMYK
RGB Variations
Color information
#F66BDF (or 0xF66BDF) is known color: Pale Magenta. HEX triplet: F6, 6B and DF. RGB value is (246,107,223). Sum of RGB (Red+Green+Blue) = 246+107+223=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BDF is #099420. Grayscale: #A1A1A1. Windows color (decimal): -627745 or 14642166. OLE color: 14642166.
HSL color Cylindrical-coordinate representation of color #F66BDF: hue angle of 309.93º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66BDF is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 223 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.04 |
| HSL | 309.93º | 0.89% | 0.69% | - |
| HSV(B) | 309.93º | 0.57% | 0.96% | - |
| XYZ | 56.58 | 35.44 | 73.67 | - |
| YUV | 161.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 223 | 0 | 0.57 | 0.09 | 0.04 | 309.93 | 0.89 | 0.69 |
| Hex | F6 | 6B | DF | 0 | 39 | 9 | 4 | 136 | 59 | 45 |
| Octal | 366 | 153 | 337 | 0 | 71 | 11 | 4 | 466 | 131 | 105 |
| Binary | 11110110 | 1101011 | 11011111 | 0 | 111001 | 1001 | 100 | 100110110 | 1011001 | 1000101 |
Color Harmonies of #F66BDF
Complementary color
Monochromatic Colors of #F66BDF
Black with #F66BDF
Text Example
Text Example
White with #F66BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BDF; }
p { color: rgb(246,107,223); }
H1.HeaderClassName
{
color: #F66BDF;
}
.AnyTagClassName
{
color: #F66BDF;
}
</style>
background-color css
<style>
a { background-color: #F66BDF; }
a { background-color: rgb(246,107,223); }
div.DivClassName
{
background-color: #F66BDF;
}
.BgClassName
{
background-color: #F66BDF;
}
</style>
border-color css
<style>
span { border-color: #F66BDF; }
span { border-color: rgb(246,107,223); }
td.TdClassName
{
border-color: #F66BDF;
}
.TagClassName
{
border-color: #F66BDF;
}
</style>