Shades of Pale Magenta #F183DA
Tints of Pale Magenta #F183DA
RGB
CMYK
RGB Variations
Color information
#F183DA (or 0xF183DA) is known color: Pale Magenta. HEX triplet: F1, 83 and DA. RGB value is (241,131,218). Sum of RGB (Red+Green+Blue) = 241+131+218=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F183DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183DA is #0E7C25. Grayscale: #ADADAD. Windows color (decimal): -949286 or 14320625. OLE color: 14320625.
HSL color Cylindrical-coordinate representation of color #F183DA: hue angle of 312.55º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F183DA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 218 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 312.55º | 0.8% | 0.73% | - |
| HSV(B) | 312.55º | 0.46% | 0.95% | - |
| XYZ | 57.05 | 40 | 71.04 | - |
| YUV | 173.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 218 | 0 | 0.46 | 0.10 | 0.05 | 312.55 | 0.8 | 0.73 |
| Hex | F1 | 83 | DA | 0 | 2E | A | 5 | 139 | 50 | 49 |
| Octal | 361 | 203 | 332 | 0 | 56 | 12 | 5 | 471 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11011010 | 0 | 101110 | 1010 | 101 | 100111001 | 1010000 | 1001001 |
Color Harmonies of #F183DA
Complementary color
Monochromatic Colors of #F183DA
Black with #F183DA
Text Example
Text Example
White with #F183DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183DA; }
p { color: rgb(241,131,218); }
H1.HeaderClassName
{
color: #F183DA;
}
.AnyTagClassName
{
color: #F183DA;
}
</style>
background-color css
<style>
a { background-color: #F183DA; }
a { background-color: rgb(241,131,218); }
div.DivClassName
{
background-color: #F183DA;
}
.BgClassName
{
background-color: #F183DA;
}
</style>
border-color css
<style>
span { border-color: #F183DA; }
span { border-color: rgb(241,131,218); }
td.TdClassName
{
border-color: #F183DA;
}
.TagClassName
{
border-color: #F183DA;
}
</style>