Shades of Pale Magenta #F883D4
Tints of Pale Magenta #F883D4
RGB
CMYK
RGB Variations
Color information
#F883D4 (or 0xF883D4) is known color: Pale Magenta. HEX triplet: F8, 83 and D4. RGB value is (248,131,212). Sum of RGB (Red+Green+Blue) = 248+131+212=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F883D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883D4 is #077C2B. Grayscale: #AFAFAF. Windows color (decimal): -490540 or 13927416. OLE color: 13927416.
HSL color Cylindrical-coordinate representation of color #F883D4: hue angle of 318.46º 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 #F883D4 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 212 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.03 |
| HSL | 318.46º | 0.89% | 0.74% | - |
| HSV(B) | 318.46º | 0.47% | 0.97% | - |
| XYZ | 58.71 | 40.94 | 67.1 | - |
| YUV | 175.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 212 | 0 | 0.47 | 0.15 | 0.03 | 318.46 | 0.89 | 0.74 |
| Hex | F8 | 83 | D4 | 0 | 2F | F | 3 | 13E | 59 | 4A |
| Octal | 370 | 203 | 324 | 0 | 57 | 17 | 3 | 476 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11010100 | 0 | 101111 | 1111 | 11 | 100111110 | 1011001 | 1001010 |
Color Harmonies of #F883D4
Complementary color
Monochromatic Colors of #F883D4
Black with #F883D4
Text Example
Text Example
White with #F883D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883D4; }
p { color: rgb(248,131,212); }
H1.HeaderClassName
{
color: #F883D4;
}
.AnyTagClassName
{
color: #F883D4;
}
</style>
background-color css
<style>
a { background-color: #F883D4; }
a { background-color: rgb(248,131,212); }
div.DivClassName
{
background-color: #F883D4;
}
.BgClassName
{
background-color: #F883D4;
}
</style>
border-color css
<style>
span { border-color: #F883D4; }
span { border-color: rgb(248,131,212); }
td.TdClassName
{
border-color: #F883D4;
}
.TagClassName
{
border-color: #F883D4;
}
</style>