Shades of Pale Magenta #FB76ED
Tints of Pale Magenta #FB76ED
RGB
CMYK
RGB Variations
Color information
#FB76ED (or 0xFB76ED) is known color: Pale Magenta. HEX triplet: FB, 76 and ED. RGB value is (251,118,237). Sum of RGB (Red+Green+Blue) = 251+118+237=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB76ED is #048912. Grayscale: #AAAAAA. Windows color (decimal): -297235 or 15562491. OLE color: 15562491.
HSL color Cylindrical-coordinate representation of color #FB76ED: hue angle of 306.32º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB76ED is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 237 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.02 |
| HSL | 306.32º | 0.94% | 0.72% | - |
| HSV(B) | 306.32º | 0.53% | 0.98% | - |
| XYZ | 61.55 | 39.58 | 84.52 | - |
| YUV | 171.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 237 | 0 | 0.53 | 0.06 | 0.02 | 306.32 | 0.94 | 0.72 |
| Hex | FB | 76 | ED | 0 | 35 | 6 | 2 | 132 | 5E | 48 |
| Octal | 373 | 166 | 355 | 0 | 65 | 6 | 2 | 462 | 136 | 110 |
| Binary | 11111011 | 1110110 | 11101101 | 0 | 110101 | 110 | 10 | 100110010 | 1011110 | 1001000 |
Color Harmonies of #FB76ED
Complementary color
Monochromatic Colors of #FB76ED
Black with #FB76ED
Text Example
Text Example
White with #FB76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76ED; }
p { color: rgb(251,118,237); }
H1.HeaderClassName
{
color: #FB76ED;
}
.AnyTagClassName
{
color: #FB76ED;
}
</style>
background-color css
<style>
a { background-color: #FB76ED; }
a { background-color: rgb(251,118,237); }
div.DivClassName
{
background-color: #FB76ED;
}
.BgClassName
{
background-color: #FB76ED;
}
</style>
border-color css
<style>
span { border-color: #FB76ED; }
span { border-color: rgb(251,118,237); }
td.TdClassName
{
border-color: #FB76ED;
}
.TagClassName
{
border-color: #FB76ED;
}
</style>