Shades of Pale Magenta #F883E6
Tints of Pale Magenta #F883E6
RGB
CMYK
RGB Variations
Color information
#F883E6 (or 0xF883E6) is known color: Pale Magenta. HEX triplet: F8, 83 and E6. RGB value is (248,131,230). Sum of RGB (Red+Green+Blue) = 248+131+230=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 131 (51.56% from 255 or 21.51% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F883E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F883E6 is #077C19. Grayscale: #B0B0B0. Windows color (decimal): -490522 or 15107064. OLE color: 15107064.
HSL color Cylindrical-coordinate representation of color #F883E6: hue angle of 309.23º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883E6 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 230 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.03 |
| HSL | 309.23º | 0.89% | 0.74% | - |
| HSV(B) | 309.23º | 0.47% | 0.97% | - |
| XYZ | 61.11 | 41.9 | 79.73 | - |
| YUV | 177.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 230 | 0 | 0.47 | 0.07 | 0.03 | 309.23 | 0.89 | 0.74 |
| Hex | F8 | 83 | E6 | 0 | 2F | 7 | 3 | 135 | 59 | 4A |
| Octal | 370 | 203 | 346 | 0 | 57 | 7 | 3 | 465 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11100110 | 0 | 101111 | 111 | 11 | 100110101 | 1011001 | 1001010 |
Color Harmonies of #F883E6
Complementary color
Monochromatic Colors of #F883E6
Black with #F883E6
Text Example
Text Example
White with #F883E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883E6; }
p { color: rgb(248,131,230); }
H1.HeaderClassName
{
color: #F883E6;
}
.AnyTagClassName
{
color: #F883E6;
}
</style>
background-color css
<style>
a { background-color: #F883E6; }
a { background-color: rgb(248,131,230); }
div.DivClassName
{
background-color: #F883E6;
}
.BgClassName
{
background-color: #F883E6;
}
</style>
border-color css
<style>
span { border-color: #F883E6; }
span { border-color: rgb(248,131,230); }
td.TdClassName
{
border-color: #F883E6;
}
.TagClassName
{
border-color: #F883E6;
}
</style>