Shades of Pale Magenta #F881D4
Tints of Pale Magenta #F881D4
RGB
CMYK
RGB Variations
Color information
#F881D4 (or 0xF881D4) is known color: Pale Magenta. HEX triplet: F8, 81 and D4. RGB value is (248,129,212). Sum of RGB (Red+Green+Blue) = 248+129+212=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F881D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881D4 is #077E2B. Grayscale: #ADADAD. Windows color (decimal): -491052 or 13926904. OLE color: 13926904.
HSL color Cylindrical-coordinate representation of color #F881D4: hue angle of 318.15º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F881D4 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 212 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.03 |
| HSL | 318.15º | 0.89% | 0.74% | - |
| HSV(B) | 318.15º | 0.48% | 0.97% | - |
| XYZ | 58.45 | 40.41 | 67.01 | - |
| YUV | 174.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 212 | 0 | 0.48 | 0.15 | 0.03 | 318.15 | 0.89 | 0.74 |
| Hex | F8 | 81 | D4 | 0 | 30 | F | 3 | 13E | 59 | 4A |
| Octal | 370 | 201 | 324 | 0 | 60 | 17 | 3 | 476 | 131 | 112 |
| Binary | 11111000 | 10000001 | 11010100 | 0 | 110000 | 1111 | 11 | 100111110 | 1011001 | 1001010 |
Color Harmonies of #F881D4
Complementary color
Monochromatic Colors of #F881D4
Black with #F881D4
Text Example
Text Example
White with #F881D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881D4; }
p { color: rgb(248,129,212); }
H1.HeaderClassName
{
color: #F881D4;
}
.AnyTagClassName
{
color: #F881D4;
}
</style>
background-color css
<style>
a { background-color: #F881D4; }
a { background-color: rgb(248,129,212); }
div.DivClassName
{
background-color: #F881D4;
}
.BgClassName
{
background-color: #F881D4;
}
</style>
border-color css
<style>
span { border-color: #F881D4; }
span { border-color: rgb(248,129,212); }
td.TdClassName
{
border-color: #F881D4;
}
.TagClassName
{
border-color: #F881D4;
}
</style>