Shades of Pale Magenta #F28FD4
Tints of Pale Magenta #F28FD4
RGB
CMYK
RGB Variations
Color information
#F28FD4 (or 0xF28FD4) is known color: Pale Magenta. HEX triplet: F2, 8F and D4. RGB value is (242,143,212). Sum of RGB (Red+Green+Blue) = 242+143+212=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FD4 is #0D702B. Grayscale: #B4B4B4. Windows color (decimal): -880684 or 13930482. OLE color: 13930482.
HSL color Cylindrical-coordinate representation of color #F28FD4: hue angle of 318.18º 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 #F28FD4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 212 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.05 |
| HSL | 318.18º | 0.79% | 0.75% | - |
| HSV(B) | 318.18º | 0.41% | 0.95% | - |
| XYZ | 58.32 | 43.28 | 67.57 | - |
| YUV | 180.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 212 | 0 | 0.41 | 0.12 | 0.05 | 318.18 | 0.79 | 0.75 |
| Hex | F2 | 8F | D4 | 0 | 29 | C | 5 | 13E | 4F | 4B |
| Octal | 362 | 217 | 324 | 0 | 51 | 14 | 5 | 476 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11010100 | 0 | 101001 | 1100 | 101 | 100111110 | 1001111 | 1001011 |
Color Harmonies of #F28FD4
Complementary color
Monochromatic Colors of #F28FD4
Black with #F28FD4
Text Example
Text Example
White with #F28FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FD4; }
p { color: rgb(242,143,212); }
H1.HeaderClassName
{
color: #F28FD4;
}
.AnyTagClassName
{
color: #F28FD4;
}
</style>
background-color css
<style>
a { background-color: #F28FD4; }
a { background-color: rgb(242,143,212); }
div.DivClassName
{
background-color: #F28FD4;
}
.BgClassName
{
background-color: #F28FD4;
}
</style>
border-color css
<style>
span { border-color: #F28FD4; }
span { border-color: rgb(242,143,212); }
td.TdClassName
{
border-color: #F28FD4;
}
.TagClassName
{
border-color: #F28FD4;
}
</style>