Shades of Pale Magenta #F08FDA
Tints of Pale Magenta #F08FDA
RGB
CMYK
RGB Variations
Color information
#F08FDA (or 0xF08FDA) is known color: Pale Magenta. HEX triplet: F0, 8F and DA. RGB value is (240,143,218). Sum of RGB (Red+Green+Blue) = 240+143+218=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FDA is #0F7025. Grayscale: #B4B4B4. Windows color (decimal): -1011750 or 14323696. OLE color: 14323696.
HSL color Cylindrical-coordinate representation of color #F08FDA: hue angle of 313.61º 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 #F08FDA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 218 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.06 |
| HSL | 313.61º | 0.76% | 0.75% | - |
| HSV(B) | 313.61º | 0.4% | 0.94% | - |
| XYZ | 58.41 | 43.23 | 71.6 | - |
| YUV | 180.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 218 | 0 | 0.40 | 0.09 | 0.06 | 313.61 | 0.76 | 0.75 |
| Hex | F0 | 8F | DA | 0 | 28 | 9 | 6 | 13A | 4C | 4B |
| Octal | 360 | 217 | 332 | 0 | 50 | 11 | 6 | 472 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11011010 | 0 | 101000 | 1001 | 110 | 100111010 | 1001100 | 1001011 |
Color Harmonies of #F08FDA
Complementary color
Monochromatic Colors of #F08FDA
Black with #F08FDA
Text Example
Text Example
White with #F08FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FDA; }
p { color: rgb(240,143,218); }
H1.HeaderClassName
{
color: #F08FDA;
}
.AnyTagClassName
{
color: #F08FDA;
}
</style>
background-color css
<style>
a { background-color: #F08FDA; }
a { background-color: rgb(240,143,218); }
div.DivClassName
{
background-color: #F08FDA;
}
.BgClassName
{
background-color: #F08FDA;
}
</style>
border-color css
<style>
span { border-color: #F08FDA; }
span { border-color: rgb(240,143,218); }
td.TdClassName
{
border-color: #F08FDA;
}
.TagClassName
{
border-color: #F08FDA;
}
</style>