Shades of Pale Magenta #F67CDD
Tints of Pale Magenta #F67CDD
RGB
CMYK
RGB Variations
Color information
#F67CDD (or 0xF67CDD) is known color: Pale Magenta. HEX triplet: F6, 7C and DD. RGB value is (246,124,221). Sum of RGB (Red+Green+Blue) = 246+124+221=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CDD is #098322. Grayscale: #ABABAB. Windows color (decimal): -623395 or 14515446. OLE color: 14515446.
HSL color Cylindrical-coordinate representation of color #F67CDD: hue angle of 312.3º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67CDD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 221 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.04 |
| HSL | 312.3º | 0.87% | 0.73% | - |
| HSV(B) | 312.3º | 0.5% | 0.96% | - |
| XYZ | 58.26 | 39.23 | 72.91 | - |
| YUV | 171.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 221 | 0 | 0.50 | 0.10 | 0.04 | 312.3 | 0.87 | 0.73 |
| Hex | F6 | 7C | DD | 0 | 32 | A | 4 | 138 | 57 | 49 |
| Octal | 366 | 174 | 335 | 0 | 62 | 12 | 4 | 470 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11011101 | 0 | 110010 | 1010 | 100 | 100111000 | 1010111 | 1001001 |
Color Harmonies of #F67CDD
Complementary color
Monochromatic Colors of #F67CDD
Black with #F67CDD
Text Example
Text Example
White with #F67CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CDD; }
p { color: rgb(246,124,221); }
H1.HeaderClassName
{
color: #F67CDD;
}
.AnyTagClassName
{
color: #F67CDD;
}
</style>
background-color css
<style>
a { background-color: #F67CDD; }
a { background-color: rgb(246,124,221); }
div.DivClassName
{
background-color: #F67CDD;
}
.BgClassName
{
background-color: #F67CDD;
}
</style>
border-color css
<style>
span { border-color: #F67CDD; }
span { border-color: rgb(246,124,221); }
td.TdClassName
{
border-color: #F67CDD;
}
.TagClassName
{
border-color: #F67CDD;
}
</style>