Shades of Pale Magenta #FF6FE8
Tints of Pale Magenta #FF6FE8
RGB
CMYK
RGB Variations
Color information
#FF6FE8 (or 0xFF6FE8) is known color: Pale Magenta. HEX triplet: FF, 6F and E8. RGB value is (255,111,232). Sum of RGB (Red+Green+Blue) = 255+111+232=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 111 (43.75% from 255 or 18.56% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FE8 is #009017. Grayscale: #A7A7A7. Windows color (decimal): -36888 or 15233023. OLE color: 15233023.
HSL color Cylindrical-coordinate representation of color #FF6FE8: hue angle of 309.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FE8 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 232 | - |
| CMYK | 0 | 0.56 | 0.09 | 0 |
| HSL | 309.58º | 1% | 0.72% | - |
| HSV(B) | 309.58º | 0.56% | 1% | - |
| XYZ | 61.49 | 38.46 | 80.53 | - |
| YUV | 167.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 232 | 0 | 0.56 | 0.09 | 0 | 309.58 | 1 | 0.72 |
| Hex | FF | 6F | E8 | 0 | 38 | 9 | 0 | 136 | 64 | 48 |
| Octal | 377 | 157 | 350 | 0 | 70 | 11 | 0 | 466 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11101000 | 0 | 111000 | 1001 | 0 | 100110110 | 1100100 | 1001000 |
Color Harmonies of #FF6FE8
Complementary color
Monochromatic Colors of #FF6FE8
Black with #FF6FE8
Text Example
Text Example
White with #FF6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FE8; }
p { color: rgb(255,111,232); }
H1.HeaderClassName
{
color: #FF6FE8;
}
.AnyTagClassName
{
color: #FF6FE8;
}
</style>
background-color css
<style>
a { background-color: #FF6FE8; }
a { background-color: rgb(255,111,232); }
div.DivClassName
{
background-color: #FF6FE8;
}
.BgClassName
{
background-color: #FF6FE8;
}
</style>
border-color css
<style>
span { border-color: #FF6FE8; }
span { border-color: rgb(255,111,232); }
td.TdClassName
{
border-color: #FF6FE8;
}
.TagClassName
{
border-color: #FF6FE8;
}
</style>