Shades of Pale Magenta #F968E4
Tints of Pale Magenta #F968E4
RGB
CMYK
RGB Variations
Color information
#F968E4 (or 0xF968E4) is known color: Pale Magenta. HEX triplet: F9, 68 and E4. RGB value is (249,104,228). Sum of RGB (Red+Green+Blue) = 249+104+228=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F968E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968E4 is #06971B. Grayscale: #A1A1A1. Windows color (decimal): -431900 or 14969081. OLE color: 14969081.
HSL color Cylindrical-coordinate representation of color #F968E4: hue angle of 308.69º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968E4 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 228 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.02 |
| HSL | 308.69º | 0.92% | 0.69% | - |
| HSV(B) | 308.69º | 0.58% | 0.98% | - |
| XYZ | 58.02 | 35.64 | 77.22 | - |
| YUV | 161.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 228 | 0 | 0.58 | 0.08 | 0.02 | 308.69 | 0.92 | 0.69 |
| Hex | F9 | 68 | E4 | 0 | 3A | 8 | 2 | 135 | 5C | 45 |
| Octal | 371 | 150 | 344 | 0 | 72 | 10 | 2 | 465 | 134 | 105 |
| Binary | 11111001 | 1101000 | 11100100 | 0 | 111010 | 1000 | 10 | 100110101 | 1011100 | 1000101 |
Color Harmonies of #F968E4
Complementary color
Monochromatic Colors of #F968E4
Black with #F968E4
Text Example
Text Example
White with #F968E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968E4; }
p { color: rgb(249,104,228); }
H1.HeaderClassName
{
color: #F968E4;
}
.AnyTagClassName
{
color: #F968E4;
}
</style>
background-color css
<style>
a { background-color: #F968E4; }
a { background-color: rgb(249,104,228); }
div.DivClassName
{
background-color: #F968E4;
}
.BgClassName
{
background-color: #F968E4;
}
</style>
border-color css
<style>
span { border-color: #F968E4; }
span { border-color: rgb(249,104,228); }
td.TdClassName
{
border-color: #F968E4;
}
.TagClassName
{
border-color: #F968E4;
}
</style>