Shades of Pale Magenta #FF6FE7
Tints of Pale Magenta #FF6FE7
RGB
CMYK
RGB Variations
Color information
#FF6FE7 (or 0xFF6FE7) is known color: Pale Magenta. HEX triplet: FF, 6F and E7. RGB value is (255,111,231). Sum of RGB (Red+Green+Blue) = 255+111+231=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 111 (43.75% from 255 or 18.59% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FE7 is #009018. Grayscale: #A7A7A7. Windows color (decimal): -36889 or 15167487. OLE color: 15167487.
HSL color Cylindrical-coordinate representation of color #FF6FE7: hue angle of 310º 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 #FF6FE7 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 231 | - |
| CMYK | 0 | 0.56 | 0.09 | 0 |
| HSL | 310º | 1% | 0.72% | - |
| HSV(B) | 310º | 0.56% | 1% | - |
| XYZ | 61.35 | 38.4 | 79.78 | - |
| YUV | 167.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 231 | 0 | 0.56 | 0.09 | 0 | 310 | 1 | 0.72 |
| Hex | FF | 6F | E7 | 0 | 38 | 9 | 0 | 136 | 64 | 48 |
| Octal | 377 | 157 | 347 | 0 | 70 | 11 | 0 | 466 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11100111 | 0 | 111000 | 1001 | 0 | 100110110 | 1100100 | 1001000 |
Color Harmonies of #FF6FE7
Complementary color
Monochromatic Colors of #FF6FE7
Black with #FF6FE7
Text Example
Text Example
White with #FF6FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FE7; }
p { color: rgb(255,111,231); }
H1.HeaderClassName
{
color: #FF6FE7;
}
.AnyTagClassName
{
color: #FF6FE7;
}
</style>
background-color css
<style>
a { background-color: #FF6FE7; }
a { background-color: rgb(255,111,231); }
div.DivClassName
{
background-color: #FF6FE7;
}
.BgClassName
{
background-color: #FF6FE7;
}
</style>
border-color css
<style>
span { border-color: #FF6FE7; }
span { border-color: rgb(255,111,231); }
td.TdClassName
{
border-color: #FF6FE7;
}
.TagClassName
{
border-color: #FF6FE7;
}
</style>