Shades of Pale Magenta #F874DB
Tints of Pale Magenta #F874DB
RGB
CMYK
RGB Variations
Color information
#F874DB (or 0xF874DB) is known color: Pale Magenta. HEX triplet: F8, 74 and DB. RGB value is (248,116,219). Sum of RGB (Red+Green+Blue) = 248+116+219=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F874DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874DB is #078B24. Grayscale: #A6A6A6. Windows color (decimal): -494373 or 14382328. OLE color: 14382328.
HSL color Cylindrical-coordinate representation of color #F874DB: hue angle of 313.18º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874DB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 219 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.03 |
| HSL | 313.18º | 0.9% | 0.71% | - |
| HSV(B) | 313.18º | 0.53% | 0.97% | - |
| XYZ | 57.74 | 37.56 | 71.22 | - |
| YUV | 167.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 219 | 0 | 0.53 | 0.12 | 0.03 | 313.18 | 0.9 | 0.71 |
| Hex | F8 | 74 | DB | 0 | 35 | C | 3 | 139 | 5A | 47 |
| Octal | 370 | 164 | 333 | 0 | 65 | 14 | 3 | 471 | 132 | 107 |
| Binary | 11111000 | 1110100 | 11011011 | 0 | 110101 | 1100 | 11 | 100111001 | 1011010 | 1000111 |
Color Harmonies of #F874DB
Complementary color
Monochromatic Colors of #F874DB
Black with #F874DB
Text Example
Text Example
White with #F874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F874DB; }
p { color: rgb(248,116,219); }
H1.HeaderClassName
{
color: #F874DB;
}
.AnyTagClassName
{
color: #F874DB;
}
</style>
background-color css
<style>
a { background-color: #F874DB; }
a { background-color: rgb(248,116,219); }
div.DivClassName
{
background-color: #F874DB;
}
.BgClassName
{
background-color: #F874DB;
}
</style>
border-color css
<style>
span { border-color: #F874DB; }
span { border-color: rgb(248,116,219); }
td.TdClassName
{
border-color: #F874DB;
}
.TagClassName
{
border-color: #F874DB;
}
</style>