Shades of Pale Magenta #F98ADF
Tints of Pale Magenta #F98ADF
RGB
CMYK
RGB Variations
Color information
#F98ADF (or 0xF98ADF) is known color: Pale Magenta. HEX triplet: F9, 8A and DF. RGB value is (249,138,223). Sum of RGB (Red+Green+Blue) = 249+138+223=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ADF is #067520. Grayscale: #B4B4B4. Windows color (decimal): -423201 or 14650105. OLE color: 14650105.
HSL color Cylindrical-coordinate representation of color #F98ADF: hue angle of 314.05º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98ADF is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 223 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.02 |
| HSL | 314.05º | 0.9% | 0.76% | - |
| HSV(B) | 314.05º | 0.45% | 0.98% | - |
| XYZ | 61.47 | 43.64 | 75 | - |
| YUV | 180.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 223 | 0 | 0.45 | 0.10 | 0.02 | 314.05 | 0.9 | 0.76 |
| Hex | F9 | 8A | DF | 0 | 2D | A | 2 | 13A | 5A | 4C |
| Octal | 371 | 212 | 337 | 0 | 55 | 12 | 2 | 472 | 132 | 114 |
| Binary | 11111001 | 10001010 | 11011111 | 0 | 101101 | 1010 | 10 | 100111010 | 1011010 | 1001100 |
Color Harmonies of #F98ADF
Complementary color
Monochromatic Colors of #F98ADF
Black with #F98ADF
Text Example
Text Example
White with #F98ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ADF; }
p { color: rgb(249,138,223); }
H1.HeaderClassName
{
color: #F98ADF;
}
.AnyTagClassName
{
color: #F98ADF;
}
</style>
background-color css
<style>
a { background-color: #F98ADF; }
a { background-color: rgb(249,138,223); }
div.DivClassName
{
background-color: #F98ADF;
}
.BgClassName
{
background-color: #F98ADF;
}
</style>
border-color css
<style>
span { border-color: #F98ADF; }
span { border-color: rgb(249,138,223); }
td.TdClassName
{
border-color: #F98ADF;
}
.TagClassName
{
border-color: #F98ADF;
}
</style>