Shades of Pale Magenta #F68FEE
Tints of Pale Magenta #F68FEE
RGB
CMYK
RGB Variations
Color information
#F68FEE (or 0xF68FEE) is known color: Pale Magenta. HEX triplet: F6, 8F and EE. RGB value is (246,143,238). Sum of RGB (Red+Green+Blue) = 246+143+238=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 143 (56.25% from 255 or 22.81% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68FEE is #097011. Grayscale: #B8B8B8. Windows color (decimal): -618514 or 15634422. OLE color: 15634422.
HSL color Cylindrical-coordinate representation of color #F68FEE: hue angle of 304.66º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FEE is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 238 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.04 |
| HSL | 304.66º | 0.85% | 0.76% | - |
| HSV(B) | 304.66º | 0.42% | 0.96% | - |
| XYZ | 63.26 | 45.41 | 86.32 | - |
| YUV | 184.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 238 | 0 | 0.42 | 0.03 | 0.04 | 304.66 | 0.85 | 0.76 |
| Hex | F6 | 8F | EE | 0 | 2A | 3 | 4 | 131 | 55 | 4C |
| Octal | 366 | 217 | 356 | 0 | 52 | 3 | 4 | 461 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11101110 | 0 | 101010 | 11 | 100 | 100110001 | 1010101 | 1001100 |
Color Harmonies of #F68FEE
Complementary color
Monochromatic Colors of #F68FEE
Black with #F68FEE
Text Example
Text Example
White with #F68FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FEE; }
p { color: rgb(246,143,238); }
H1.HeaderClassName
{
color: #F68FEE;
}
.AnyTagClassName
{
color: #F68FEE;
}
</style>
background-color css
<style>
a { background-color: #F68FEE; }
a { background-color: rgb(246,143,238); }
div.DivClassName
{
background-color: #F68FEE;
}
.BgClassName
{
background-color: #F68FEE;
}
</style>
border-color css
<style>
span { border-color: #F68FEE; }
span { border-color: rgb(246,143,238); }
td.TdClassName
{
border-color: #F68FEE;
}
.TagClassName
{
border-color: #F68FEE;
}
</style>