Shades of Pale Magenta #F975E8
Tints of Pale Magenta #F975E8
RGB
CMYK
RGB Variations
Color information
#F975E8 (or 0xF975E8) is known color: Pale Magenta. HEX triplet: F9, 75 and E8. RGB value is (249,117,232). Sum of RGB (Red+Green+Blue) = 249+117+232=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F975E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975E8 is #068A17. Grayscale: #A9A9A9. Windows color (decimal): -428568 or 15234553. OLE color: 15234553.
HSL color Cylindrical-coordinate representation of color #F975E8: hue angle of 307.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975E8 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 232 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.02 |
| HSL | 307.73º | 0.92% | 0.72% | - |
| HSV(B) | 307.73º | 0.53% | 0.98% | - |
| XYZ | 59.99 | 38.69 | 80.65 | - |
| YUV | 169.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 232 | 0 | 0.53 | 0.07 | 0.02 | 307.73 | 0.92 | 0.72 |
| Hex | F9 | 75 | E8 | 0 | 35 | 7 | 2 | 134 | 5C | 48 |
| Octal | 371 | 165 | 350 | 0 | 65 | 7 | 2 | 464 | 134 | 110 |
| Binary | 11111001 | 1110101 | 11101000 | 0 | 110101 | 111 | 10 | 100110100 | 1011100 | 1001000 |
Color Harmonies of #F975E8
Complementary color
Monochromatic Colors of #F975E8
Black with #F975E8
Text Example
Text Example
White with #F975E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975E8; }
p { color: rgb(249,117,232); }
H1.HeaderClassName
{
color: #F975E8;
}
.AnyTagClassName
{
color: #F975E8;
}
</style>
background-color css
<style>
a { background-color: #F975E8; }
a { background-color: rgb(249,117,232); }
div.DivClassName
{
background-color: #F975E8;
}
.BgClassName
{
background-color: #F975E8;
}
</style>
border-color css
<style>
span { border-color: #F975E8; }
span { border-color: rgb(249,117,232); }
td.TdClassName
{
border-color: #F975E8;
}
.TagClassName
{
border-color: #F975E8;
}
</style>