Shades of Pale Magenta #F67FDD
Tints of Pale Magenta #F67FDD
RGB
CMYK
RGB Variations
Color information
#F67FDD (or 0xF67FDD) is known color: Pale Magenta. HEX triplet: F6, 7F and DD. RGB value is (246,127,221). Sum of RGB (Red+Green+Blue) = 246+127+221=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FDD is #098022. Grayscale: #ADADAD. Windows color (decimal): -622627 or 14516214. OLE color: 14516214.
HSL color Cylindrical-coordinate representation of color #F67FDD: hue angle of 312.61º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67FDD is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 221 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.04 |
| HSL | 312.61º | 0.87% | 0.73% | - |
| HSV(B) | 312.61º | 0.48% | 0.96% | - |
| XYZ | 58.65 | 39.99 | 73.03 | - |
| YUV | 173.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 221 | 0 | 0.48 | 0.10 | 0.04 | 312.61 | 0.87 | 0.73 |
| Hex | F6 | 7F | DD | 0 | 30 | A | 4 | 139 | 57 | 49 |
| Octal | 366 | 177 | 335 | 0 | 60 | 12 | 4 | 471 | 127 | 111 |
| Binary | 11110110 | 1111111 | 11011101 | 0 | 110000 | 1010 | 100 | 100111001 | 1010111 | 1001001 |
Color Harmonies of #F67FDD
Complementary color
Monochromatic Colors of #F67FDD
Black with #F67FDD
Text Example
Text Example
White with #F67FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FDD; }
p { color: rgb(246,127,221); }
H1.HeaderClassName
{
color: #F67FDD;
}
.AnyTagClassName
{
color: #F67FDD;
}
</style>
background-color css
<style>
a { background-color: #F67FDD; }
a { background-color: rgb(246,127,221); }
div.DivClassName
{
background-color: #F67FDD;
}
.BgClassName
{
background-color: #F67FDD;
}
</style>
border-color css
<style>
span { border-color: #F67FDD; }
span { border-color: rgb(246,127,221); }
td.TdClassName
{
border-color: #F67FDD;
}
.TagClassName
{
border-color: #F67FDD;
}
</style>