Shades of Pale Magenta #FB7FF0
Tints of Pale Magenta #FB7FF0
RGB
CMYK
RGB Variations
Color information
#FB7FF0 (or 0xFB7FF0) is known color: Pale Magenta. HEX triplet: FB, 7F and F0. RGB value is (251,127,240). Sum of RGB (Red+Green+Blue) = 251+127+240=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FF0 is #04800F. Grayscale: #B0B0B0. Windows color (decimal): -294928 or 15761403. OLE color: 15761403.
HSL color Cylindrical-coordinate representation of color #FB7FF0: hue angle of 305.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7FF0 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 240 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.02 |
| HSL | 305.32º | 0.94% | 0.74% | - |
| HSV(B) | 305.32º | 0.49% | 0.98% | - |
| XYZ | 63.1 | 41.98 | 87.22 | - |
| YUV | 176.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 240 | 0 | 0.49 | 0.04 | 0.02 | 305.32 | 0.94 | 0.74 |
| Hex | FB | 7F | F0 | 0 | 31 | 4 | 2 | 131 | 5E | 4A |
| Octal | 373 | 177 | 360 | 0 | 61 | 4 | 2 | 461 | 136 | 112 |
| Binary | 11111011 | 1111111 | 11110000 | 0 | 110001 | 100 | 10 | 100110001 | 1011110 | 1001010 |
Color Harmonies of #FB7FF0
Complementary color
Monochromatic Colors of #FB7FF0
Black with #FB7FF0
Text Example
Text Example
White with #FB7FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7FF0; }
p { color: rgb(251,127,240); }
H1.HeaderClassName
{
color: #FB7FF0;
}
.AnyTagClassName
{
color: #FB7FF0;
}
</style>
background-color css
<style>
a { background-color: #FB7FF0; }
a { background-color: rgb(251,127,240); }
div.DivClassName
{
background-color: #FB7FF0;
}
.BgClassName
{
background-color: #FB7FF0;
}
</style>
border-color css
<style>
span { border-color: #FB7FF0; }
span { border-color: rgb(251,127,240); }
td.TdClassName
{
border-color: #FB7FF0;
}
.TagClassName
{
border-color: #FB7FF0;
}
</style>