Shades of Pale Magenta #FB77DF
Tints of Pale Magenta #FB77DF
RGB
CMYK
RGB Variations
Color information
#FB77DF (or 0xFB77DF) is known color: Pale Magenta. HEX triplet: FB, 77 and DF. RGB value is (251,119,223). Sum of RGB (Red+Green+Blue) = 251+119+223=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77DF is #048820. Grayscale: #AAAAAA. Windows color (decimal): -296993 or 14645243. OLE color: 14645243.
HSL color Cylindrical-coordinate representation of color #FB77DF: hue angle of 312.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77DF is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 223 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.02 |
| HSL | 312.73º | 0.94% | 0.73% | - |
| HSV(B) | 312.73º | 0.53% | 0.98% | - |
| XYZ | 59.7 | 39.03 | 74.2 | - |
| YUV | 170.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 223 | 0 | 0.53 | 0.11 | 0.02 | 312.73 | 0.94 | 0.73 |
| Hex | FB | 77 | DF | 0 | 35 | B | 2 | 139 | 5E | 49 |
| Octal | 373 | 167 | 337 | 0 | 65 | 13 | 2 | 471 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11011111 | 0 | 110101 | 1011 | 10 | 100111001 | 1011110 | 1001001 |
Color Harmonies of #FB77DF
Complementary color
Monochromatic Colors of #FB77DF
Black with #FB77DF
Text Example
Text Example
White with #FB77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77DF; }
p { color: rgb(251,119,223); }
H1.HeaderClassName
{
color: #FB77DF;
}
.AnyTagClassName
{
color: #FB77DF;
}
</style>
background-color css
<style>
a { background-color: #FB77DF; }
a { background-color: rgb(251,119,223); }
div.DivClassName
{
background-color: #FB77DF;
}
.BgClassName
{
background-color: #FB77DF;
}
</style>
border-color css
<style>
span { border-color: #FB77DF; }
span { border-color: rgb(251,119,223); }
td.TdClassName
{
border-color: #FB77DF;
}
.TagClassName
{
border-color: #FB77DF;
}
</style>