Shades of Pale Magenta #F08FDF
Tints of Pale Magenta #F08FDF
RGB
CMYK
RGB Variations
Color information
#F08FDF (or 0xF08FDF) is known color: Pale Magenta. HEX triplet: F0, 8F and DF. RGB value is (240,143,223). Sum of RGB (Red+Green+Blue) = 240+143+223=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FDF is #0F7020. Grayscale: #B4B4B4. Windows color (decimal): -1011745 or 14651376. OLE color: 14651376.
HSL color Cylindrical-coordinate representation of color #F08FDF: hue angle of 310.52º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FDF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 223 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.06 |
| HSL | 310.52º | 0.76% | 0.75% | - |
| HSV(B) | 310.52º | 0.4% | 0.94% | - |
| XYZ | 59.08 | 43.5 | 75.09 | - |
| YUV | 181.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 223 | 0 | 0.40 | 0.07 | 0.06 | 310.52 | 0.76 | 0.75 |
| Hex | F0 | 8F | DF | 0 | 28 | 7 | 6 | 137 | 4C | 4B |
| Octal | 360 | 217 | 337 | 0 | 50 | 7 | 6 | 467 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11011111 | 0 | 101000 | 111 | 110 | 100110111 | 1001100 | 1001011 |
Color Harmonies of #F08FDF
Complementary color
Monochromatic Colors of #F08FDF
Black with #F08FDF
Text Example
Text Example
White with #F08FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FDF; }
p { color: rgb(240,143,223); }
H1.HeaderClassName
{
color: #F08FDF;
}
.AnyTagClassName
{
color: #F08FDF;
}
</style>
background-color css
<style>
a { background-color: #F08FDF; }
a { background-color: rgb(240,143,223); }
div.DivClassName
{
background-color: #F08FDF;
}
.BgClassName
{
background-color: #F08FDF;
}
</style>
border-color css
<style>
span { border-color: #F08FDF; }
span { border-color: rgb(240,143,223); }
td.TdClassName
{
border-color: #F08FDF;
}
.TagClassName
{
border-color: #F08FDF;
}
</style>