Shades of Pale Magenta #FB6FE6
Tints of Pale Magenta #FB6FE6
RGB
CMYK
RGB Variations
Color information
#FB6FE6 (or 0xFB6FE6) is known color: Pale Magenta. HEX triplet: FB, 6F and E6. RGB value is (251,111,230). Sum of RGB (Red+Green+Blue) = 251+111+230=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 111 (43.75% from 255 or 18.75% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6FE6 is #049019. Grayscale: #A6A6A6. Windows color (decimal): -299034 or 15101947. OLE color: 15101947.
HSL color Cylindrical-coordinate representation of color #FB6FE6: hue angle of 309º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6FE6 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 230 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.02 |
| HSL | 309º | 0.95% | 0.71% | - |
| HSV(B) | 309º | 0.56% | 0.98% | - |
| XYZ | 59.75 | 37.59 | 78.97 | - |
| YUV | 166.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 230 | 0 | 0.56 | 0.08 | 0.02 | 309 | 0.95 | 0.71 |
| Hex | FB | 6F | E6 | 0 | 38 | 8 | 2 | 135 | 5F | 47 |
| Octal | 373 | 157 | 346 | 0 | 70 | 10 | 2 | 465 | 137 | 107 |
| Binary | 11111011 | 1101111 | 11100110 | 0 | 111000 | 1000 | 10 | 100110101 | 1011111 | 1000111 |
Color Harmonies of #FB6FE6
Complementary color
Monochromatic Colors of #FB6FE6
Black with #FB6FE6
Text Example
Text Example
White with #FB6FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FE6; }
p { color: rgb(251,111,230); }
H1.HeaderClassName
{
color: #FB6FE6;
}
.AnyTagClassName
{
color: #FB6FE6;
}
</style>
background-color css
<style>
a { background-color: #FB6FE6; }
a { background-color: rgb(251,111,230); }
div.DivClassName
{
background-color: #FB6FE6;
}
.BgClassName
{
background-color: #FB6FE6;
}
</style>
border-color css
<style>
span { border-color: #FB6FE6; }
span { border-color: rgb(251,111,230); }
td.TdClassName
{
border-color: #FB6FE6;
}
.TagClassName
{
border-color: #FB6FE6;
}
</style>