Shades of Pale Magenta #FB78E5
Tints of Pale Magenta #FB78E5
RGB
CMYK
RGB Variations
Color information
#FB78E5 (or 0xFB78E5) is known color: Pale Magenta. HEX triplet: FB, 78 and E5. RGB value is (251,120,229). Sum of RGB (Red+Green+Blue) = 251+120+229=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 120 (47.27% from 255 or 20% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78E5 is #04871A. Grayscale: #ABABAB. Windows color (decimal): -296731 or 15038715. OLE color: 15038715.
HSL color Cylindrical-coordinate representation of color #FB78E5: hue angle of 310.08º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB78E5 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 229 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.02 |
| HSL | 310.08º | 0.94% | 0.73% | - |
| HSV(B) | 310.08º | 0.52% | 0.98% | - |
| XYZ | 60.64 | 39.6 | 78.58 | - |
| YUV | 171.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 229 | 0 | 0.52 | 0.09 | 0.02 | 310.08 | 0.94 | 0.73 |
| Hex | FB | 78 | E5 | 0 | 34 | 9 | 2 | 136 | 5E | 49 |
| Octal | 373 | 170 | 345 | 0 | 64 | 11 | 2 | 466 | 136 | 111 |
| Binary | 11111011 | 1111000 | 11100101 | 0 | 110100 | 1001 | 10 | 100110110 | 1011110 | 1001001 |
Color Harmonies of #FB78E5
Complementary color
Monochromatic Colors of #FB78E5
Black with #FB78E5
Text Example
Text Example
White with #FB78E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78E5; }
p { color: rgb(251,120,229); }
H1.HeaderClassName
{
color: #FB78E5;
}
.AnyTagClassName
{
color: #FB78E5;
}
</style>
background-color css
<style>
a { background-color: #FB78E5; }
a { background-color: rgb(251,120,229); }
div.DivClassName
{
background-color: #FB78E5;
}
.BgClassName
{
background-color: #FB78E5;
}
</style>
border-color css
<style>
span { border-color: #FB78E5; }
span { border-color: rgb(251,120,229); }
td.TdClassName
{
border-color: #FB78E5;
}
.TagClassName
{
border-color: #FB78E5;
}
</style>