Shades of Pale Magenta #F18FDD
Tints of Pale Magenta #F18FDD
RGB
CMYK
RGB Variations
Color information
#F18FDD (or 0xF18FDD) is known color: Pale Magenta. HEX triplet: F1, 8F and DD. RGB value is (241,143,221). Sum of RGB (Red+Green+Blue) = 241+143+221=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FDD is #0E7022. Grayscale: #B4B4B4. Windows color (decimal): -946211 or 14520305. OLE color: 14520305.
HSL color Cylindrical-coordinate representation of color #F18FDD: hue angle of 312.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18FDD is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 221 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.05 |
| HSL | 312.24º | 0.78% | 0.75% | - |
| HSV(B) | 312.24º | 0.41% | 0.95% | - |
| XYZ | 59.15 | 43.57 | 73.7 | - |
| YUV | 181.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 221 | 0 | 0.41 | 0.08 | 0.05 | 312.24 | 0.78 | 0.75 |
| Hex | F1 | 8F | DD | 0 | 29 | 8 | 5 | 138 | 4E | 4B |
| Octal | 361 | 217 | 335 | 0 | 51 | 10 | 5 | 470 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11011101 | 0 | 101001 | 1000 | 101 | 100111000 | 1001110 | 1001011 |
Color Harmonies of #F18FDD
Complementary color
Monochromatic Colors of #F18FDD
Black with #F18FDD
Text Example
Text Example
White with #F18FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FDD; }
p { color: rgb(241,143,221); }
H1.HeaderClassName
{
color: #F18FDD;
}
.AnyTagClassName
{
color: #F18FDD;
}
</style>
background-color css
<style>
a { background-color: #F18FDD; }
a { background-color: rgb(241,143,221); }
div.DivClassName
{
background-color: #F18FDD;
}
.BgClassName
{
background-color: #F18FDD;
}
</style>
border-color css
<style>
span { border-color: #F18FDD; }
span { border-color: rgb(241,143,221); }
td.TdClassName
{
border-color: #F18FDD;
}
.TagClassName
{
border-color: #F18FDD;
}
</style>