Shades of Pale Magenta #F28FE7
Tints of Pale Magenta #F28FE7
RGB
CMYK
RGB Variations
Color information
#F28FE7 (or 0xF28FE7) is known color: Pale Magenta. HEX triplet: F2, 8F and E7. RGB value is (242,143,231). Sum of RGB (Red+Green+Blue) = 242+143+231=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FE7 is #0D7018. Grayscale: #B6B6B6. Windows color (decimal): -880665 or 15175666. OLE color: 15175666.
HSL color Cylindrical-coordinate representation of color #F28FE7: hue angle of 306.67º 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 #F28FE7 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 231 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.05 |
| HSL | 306.67º | 0.79% | 0.75% | - |
| HSV(B) | 306.67º | 0.41% | 0.95% | - |
| XYZ | 60.86 | 44.29 | 80.94 | - |
| YUV | 182.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 231 | 0 | 0.41 | 0.05 | 0.05 | 306.67 | 0.79 | 0.75 |
| Hex | F2 | 8F | E7 | 0 | 29 | 5 | 5 | 133 | 4F | 4B |
| Octal | 362 | 217 | 347 | 0 | 51 | 5 | 5 | 463 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11100111 | 0 | 101001 | 101 | 101 | 100110011 | 1001111 | 1001011 |
Color Harmonies of #F28FE7
Complementary color
Monochromatic Colors of #F28FE7
Black with #F28FE7
Text Example
Text Example
White with #F28FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FE7; }
p { color: rgb(242,143,231); }
H1.HeaderClassName
{
color: #F28FE7;
}
.AnyTagClassName
{
color: #F28FE7;
}
</style>
background-color css
<style>
a { background-color: #F28FE7; }
a { background-color: rgb(242,143,231); }
div.DivClassName
{
background-color: #F28FE7;
}
.BgClassName
{
background-color: #F28FE7;
}
</style>
border-color css
<style>
span { border-color: #F28FE7; }
span { border-color: rgb(242,143,231); }
td.TdClassName
{
border-color: #F28FE7;
}
.TagClassName
{
border-color: #F28FE7;
}
</style>