Shades of Pale Magenta #F28FDD
Tints of Pale Magenta #F28FDD
RGB
CMYK
RGB Variations
Color information
#F28FDD (or 0xF28FDD) is known color: Pale Magenta. HEX triplet: F2, 8F and DD. RGB value is (242,143,221). Sum of RGB (Red+Green+Blue) = 242+143+221=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FDD is #0D7022. Grayscale: #B5B5B5. Windows color (decimal): -880675 or 14520306. OLE color: 14520306.
HSL color Cylindrical-coordinate representation of color #F28FDD: hue angle of 312.73º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FDD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 221 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.05 |
| HSL | 312.73º | 0.79% | 0.75% | - |
| HSV(B) | 312.73º | 0.41% | 0.95% | - |
| XYZ | 59.49 | 43.74 | 73.71 | - |
| YUV | 181.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 221 | 0 | 0.41 | 0.09 | 0.05 | 312.73 | 0.79 | 0.75 |
| Hex | F2 | 8F | DD | 0 | 29 | 9 | 5 | 139 | 4F | 4B |
| Octal | 362 | 217 | 335 | 0 | 51 | 11 | 5 | 471 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11011101 | 0 | 101001 | 1001 | 101 | 100111001 | 1001111 | 1001011 |
Color Harmonies of #F28FDD
Complementary color
Monochromatic Colors of #F28FDD
Black with #F28FDD
Text Example
Text Example
White with #F28FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FDD; }
p { color: rgb(242,143,221); }
H1.HeaderClassName
{
color: #F28FDD;
}
.AnyTagClassName
{
color: #F28FDD;
}
</style>
background-color css
<style>
a { background-color: #F28FDD; }
a { background-color: rgb(242,143,221); }
div.DivClassName
{
background-color: #F28FDD;
}
.BgClassName
{
background-color: #F28FDD;
}
</style>
border-color css
<style>
span { border-color: #F28FDD; }
span { border-color: rgb(242,143,221); }
td.TdClassName
{
border-color: #F28FDD;
}
.TagClassName
{
border-color: #F28FDD;
}
</style>