Shades of Pale Magenta #F883DA
Tints of Pale Magenta #F883DA
RGB
CMYK
RGB Variations
Color information
#F883DA (or 0xF883DA) is known color: Pale Magenta. HEX triplet: F8, 83 and DA. RGB value is (248,131,218). Sum of RGB (Red+Green+Blue) = 248+131+218=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F883DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883DA is #077C25. Grayscale: #AFAFAF. Windows color (decimal): -490534 or 14320632. OLE color: 14320632.
HSL color Cylindrical-coordinate representation of color #F883DA: hue angle of 315.38º 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 #F883DA is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 218 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.03 |
| HSL | 315.38º | 0.89% | 0.74% | - |
| HSV(B) | 315.38º | 0.47% | 0.97% | - |
| XYZ | 59.48 | 41.25 | 71.16 | - |
| YUV | 175.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 218 | 0 | 0.47 | 0.12 | 0.03 | 315.38 | 0.89 | 0.74 |
| Hex | F8 | 83 | DA | 0 | 2F | C | 3 | 13B | 59 | 4A |
| Octal | 370 | 203 | 332 | 0 | 57 | 14 | 3 | 473 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11011010 | 0 | 101111 | 1100 | 11 | 100111011 | 1011001 | 1001010 |
Color Harmonies of #F883DA
Complementary color
Monochromatic Colors of #F883DA
Black with #F883DA
Text Example
Text Example
White with #F883DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883DA; }
p { color: rgb(248,131,218); }
H1.HeaderClassName
{
color: #F883DA;
}
.AnyTagClassName
{
color: #F883DA;
}
</style>
background-color css
<style>
a { background-color: #F883DA; }
a { background-color: rgb(248,131,218); }
div.DivClassName
{
background-color: #F883DA;
}
.BgClassName
{
background-color: #F883DA;
}
</style>
border-color css
<style>
span { border-color: #F883DA; }
span { border-color: rgb(248,131,218); }
td.TdClassName
{
border-color: #F883DA;
}
.TagClassName
{
border-color: #F883DA;
}
</style>