Shades of Pale Magenta #FB71EC
Tints of Pale Magenta #FB71EC
RGB
CMYK
RGB Variations
Color information
#FB71EC (or 0xFB71EC) is known color: Pale Magenta. HEX triplet: FB, 71 and EC. RGB value is (251,113,236). Sum of RGB (Red+Green+Blue) = 251+113+236=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 113 (44.53% from 255 or 18.83% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB71EC is #048E13. Grayscale: #A7A7A7. Windows color (decimal): -298516 or 15495675. OLE color: 15495675.
HSL color Cylindrical-coordinate representation of color #FB71EC: hue angle of 306.52º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71EC is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 236 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.02 |
| HSL | 306.52º | 0.95% | 0.71% | - |
| HSV(B) | 306.52º | 0.55% | 0.98% | - |
| XYZ | 60.83 | 38.38 | 83.56 | - |
| YUV | 168.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 236 | 0 | 0.55 | 0.06 | 0.02 | 306.52 | 0.95 | 0.71 |
| Hex | FB | 71 | EC | 0 | 37 | 6 | 2 | 133 | 5F | 47 |
| Octal | 373 | 161 | 354 | 0 | 67 | 6 | 2 | 463 | 137 | 107 |
| Binary | 11111011 | 1110001 | 11101100 | 0 | 110111 | 110 | 10 | 100110011 | 1011111 | 1000111 |
Color Harmonies of #FB71EC
Complementary color
Monochromatic Colors of #FB71EC
Black with #FB71EC
Text Example
Text Example
White with #FB71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB71EC; }
p { color: rgb(251,113,236); }
H1.HeaderClassName
{
color: #FB71EC;
}
.AnyTagClassName
{
color: #FB71EC;
}
</style>
background-color css
<style>
a { background-color: #FB71EC; }
a { background-color: rgb(251,113,236); }
div.DivClassName
{
background-color: #FB71EC;
}
.BgClassName
{
background-color: #FB71EC;
}
</style>
border-color css
<style>
span { border-color: #FB71EC; }
span { border-color: rgb(251,113,236); }
td.TdClassName
{
border-color: #FB71EC;
}
.TagClassName
{
border-color: #FB71EC;
}
</style>