Shades of Pale Magenta #F76FDD
Tints of Pale Magenta #F76FDD
RGB
CMYK
RGB Variations
Color information
#F76FDD (or 0xF76FDD) is known color: Pale Magenta. HEX triplet: F7, 6F and DD. RGB value is (247,111,221). Sum of RGB (Red+Green+Blue) = 247+111+221=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FDD is #089022. Grayscale: #A3A3A3. Windows color (decimal): -561187 or 14512119. OLE color: 14512119.
HSL color Cylindrical-coordinate representation of color #F76FDD: hue angle of 311.47º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76FDD is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 221 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.03 |
| HSL | 311.47º | 0.89% | 0.7% | - |
| HSV(B) | 311.47º | 0.55% | 0.97% | - |
| XYZ | 57.09 | 36.36 | 72.42 | - |
| YUV | 164.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 221 | 0 | 0.55 | 0.11 | 0.03 | 311.47 | 0.89 | 0.7 |
| Hex | F7 | 6F | DD | 0 | 37 | B | 3 | 137 | 59 | 46 |
| Octal | 367 | 157 | 335 | 0 | 67 | 13 | 3 | 467 | 131 | 106 |
| Binary | 11110111 | 1101111 | 11011101 | 0 | 110111 | 1011 | 11 | 100110111 | 1011001 | 1000110 |
Color Harmonies of #F76FDD
Complementary color
Monochromatic Colors of #F76FDD
Black with #F76FDD
Text Example
Text Example
White with #F76FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FDD; }
p { color: rgb(247,111,221); }
H1.HeaderClassName
{
color: #F76FDD;
}
.AnyTagClassName
{
color: #F76FDD;
}
</style>
background-color css
<style>
a { background-color: #F76FDD; }
a { background-color: rgb(247,111,221); }
div.DivClassName
{
background-color: #F76FDD;
}
.BgClassName
{
background-color: #F76FDD;
}
</style>
border-color css
<style>
span { border-color: #F76FDD; }
span { border-color: rgb(247,111,221); }
td.TdClassName
{
border-color: #F76FDD;
}
.TagClassName
{
border-color: #F76FDD;
}
</style>