Shades of Pale Magenta #F183E6
Tints of Pale Magenta #F183E6
RGB
CMYK
RGB Variations
Color information
#F183E6 (or 0xF183E6) is known color: Pale Magenta. HEX triplet: F1, 83 and E6. RGB value is (241,131,230). Sum of RGB (Red+Green+Blue) = 241+131+230=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F183E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F183E6 is #0E7C19. Grayscale: #AEAEAE. Windows color (decimal): -949274 or 15107057. OLE color: 15107057.
HSL color Cylindrical-coordinate representation of color #F183E6: hue angle of 306º 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 #F183E6 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 230 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.05 |
| HSL | 306º | 0.8% | 0.73% | - |
| HSV(B) | 306º | 0.46% | 0.95% | - |
| XYZ | 58.67 | 40.65 | 79.62 | - |
| YUV | 175.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 230 | 0 | 0.46 | 0.05 | 0.05 | 306 | 0.8 | 0.73 |
| Hex | F1 | 83 | E6 | 0 | 2E | 5 | 5 | 132 | 50 | 49 |
| Octal | 361 | 203 | 346 | 0 | 56 | 5 | 5 | 462 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11100110 | 0 | 101110 | 101 | 101 | 100110010 | 1010000 | 1001001 |
Color Harmonies of #F183E6
Complementary color
Monochromatic Colors of #F183E6
Black with #F183E6
Text Example
Text Example
White with #F183E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183E6; }
p { color: rgb(241,131,230); }
H1.HeaderClassName
{
color: #F183E6;
}
.AnyTagClassName
{
color: #F183E6;
}
</style>
background-color css
<style>
a { background-color: #F183E6; }
a { background-color: rgb(241,131,230); }
div.DivClassName
{
background-color: #F183E6;
}
.BgClassName
{
background-color: #F183E6;
}
</style>
border-color css
<style>
span { border-color: #F183E6; }
span { border-color: rgb(241,131,230); }
td.TdClassName
{
border-color: #F183E6;
}
.TagClassName
{
border-color: #F183E6;
}
</style>