Shades of Pale Magenta #F98ADC
Tints of Pale Magenta #F98ADC
RGB
CMYK
RGB Variations
Color information
#F98ADC (or 0xF98ADC) is known color: Pale Magenta. HEX triplet: F9, 8A and DC. RGB value is (249,138,220). Sum of RGB (Red+Green+Blue) = 249+138+220=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ADC is #067523. Grayscale: #B4B4B4. Windows color (decimal): -423204 or 14453497. OLE color: 14453497.
HSL color Cylindrical-coordinate representation of color #F98ADC: hue angle of 315.68º 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 #F98ADC is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 220 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.02 |
| HSL | 315.68º | 0.9% | 0.76% | - |
| HSV(B) | 315.68º | 0.45% | 0.98% | - |
| XYZ | 61.07 | 43.48 | 72.88 | - |
| YUV | 180.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 220 | 0 | 0.45 | 0.12 | 0.02 | 315.68 | 0.9 | 0.76 |
| Hex | F9 | 8A | DC | 0 | 2D | C | 2 | 13C | 5A | 4C |
| Octal | 371 | 212 | 334 | 0 | 55 | 14 | 2 | 474 | 132 | 114 |
| Binary | 11111001 | 10001010 | 11011100 | 0 | 101101 | 1100 | 10 | 100111100 | 1011010 | 1001100 |
Color Harmonies of #F98ADC
Complementary color
Monochromatic Colors of #F98ADC
Black with #F98ADC
Text Example
Text Example
White with #F98ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ADC; }
p { color: rgb(249,138,220); }
H1.HeaderClassName
{
color: #F98ADC;
}
.AnyTagClassName
{
color: #F98ADC;
}
</style>
background-color css
<style>
a { background-color: #F98ADC; }
a { background-color: rgb(249,138,220); }
div.DivClassName
{
background-color: #F98ADC;
}
.BgClassName
{
background-color: #F98ADC;
}
</style>
border-color css
<style>
span { border-color: #F98ADC; }
span { border-color: rgb(249,138,220); }
td.TdClassName
{
border-color: #F98ADC;
}
.TagClassName
{
border-color: #F98ADC;
}
</style>