Shades of Pale Magenta #F183D2
Tints of Pale Magenta #F183D2
RGB
CMYK
RGB Variations
Color information
#F183D2 (or 0xF183D2) is known color: Pale Magenta. HEX triplet: F1, 83 and D2. RGB value is (241,131,210). Sum of RGB (Red+Green+Blue) = 241+131+210=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F183D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183D2 is #0E7C2D. Grayscale: #ACACAC. Windows color (decimal): -949294 or 13796337. OLE color: 13796337.
HSL color Cylindrical-coordinate representation of color #F183D2: hue angle of 316.91º 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 #F183D2 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 210 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.05 |
| HSL | 316.91º | 0.8% | 0.73% | - |
| HSV(B) | 316.91º | 0.46% | 0.95% | - |
| XYZ | 56.02 | 39.59 | 65.66 | - |
| YUV | 172.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 210 | 0 | 0.46 | 0.13 | 0.05 | 316.91 | 0.8 | 0.73 |
| Hex | F1 | 83 | D2 | 0 | 2E | D | 5 | 13D | 50 | 49 |
| Octal | 361 | 203 | 322 | 0 | 56 | 15 | 5 | 475 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11010010 | 0 | 101110 | 1101 | 101 | 100111101 | 1010000 | 1001001 |
Color Harmonies of #F183D2
Complementary color
Monochromatic Colors of #F183D2
Black with #F183D2
Text Example
Text Example
White with #F183D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183D2; }
p { color: rgb(241,131,210); }
H1.HeaderClassName
{
color: #F183D2;
}
.AnyTagClassName
{
color: #F183D2;
}
</style>
background-color css
<style>
a { background-color: #F183D2; }
a { background-color: rgb(241,131,210); }
div.DivClassName
{
background-color: #F183D2;
}
.BgClassName
{
background-color: #F183D2;
}
</style>
border-color css
<style>
span { border-color: #F183D2; }
span { border-color: rgb(241,131,210); }
td.TdClassName
{
border-color: #F183D2;
}
.TagClassName
{
border-color: #F183D2;
}
</style>