Shades of Pale Magenta #F48FDD
Tints of Pale Magenta #F48FDD
RGB
CMYK
RGB Variations
Color information
#F48FDD (or 0xF48FDD) is known color: Pale Magenta. HEX triplet: F4, 8F and DD. RGB value is (244,143,221). Sum of RGB (Red+Green+Blue) = 244+143+221=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FDD is #0B7022. Grayscale: #B5B5B5. Windows color (decimal): -749603 or 14520308. OLE color: 14520308.
HSL color Cylindrical-coordinate representation of color #F48FDD: hue angle of 313.66º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48FDD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 221 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.04 |
| HSL | 313.66º | 0.82% | 0.76% | - |
| HSV(B) | 313.66º | 0.41% | 0.96% | - |
| XYZ | 60.18 | 44.1 | 73.75 | - |
| YUV | 182.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 221 | 0 | 0.41 | 0.09 | 0.04 | 313.66 | 0.82 | 0.76 |
| Hex | F4 | 8F | DD | 0 | 29 | 9 | 4 | 13A | 52 | 4C |
| Octal | 364 | 217 | 335 | 0 | 51 | 11 | 4 | 472 | 122 | 114 |
| Binary | 11110100 | 10001111 | 11011101 | 0 | 101001 | 1001 | 100 | 100111010 | 1010010 | 1001100 |
Color Harmonies of #F48FDD
Complementary color
Monochromatic Colors of #F48FDD
Black with #F48FDD
Text Example
Text Example
White with #F48FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48FDD; }
p { color: rgb(244,143,221); }
H1.HeaderClassName
{
color: #F48FDD;
}
.AnyTagClassName
{
color: #F48FDD;
}
</style>
background-color css
<style>
a { background-color: #F48FDD; }
a { background-color: rgb(244,143,221); }
div.DivClassName
{
background-color: #F48FDD;
}
.BgClassName
{
background-color: #F48FDD;
}
</style>
border-color css
<style>
span { border-color: #F48FDD; }
span { border-color: rgb(244,143,221); }
td.TdClassName
{
border-color: #F48FDD;
}
.TagClassName
{
border-color: #F48FDD;
}
</style>