Shades of Pale Magenta #FB74EC
Tints of Pale Magenta #FB74EC
RGB
CMYK
RGB Variations
Color information
#FB74EC (or 0xFB74EC) is known color: Pale Magenta. HEX triplet: FB, 74 and EC. RGB value is (251,116,236). Sum of RGB (Red+Green+Blue) = 251+116+236=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 116 (45.70% from 255 or 19.24% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74EC is #048B13. Grayscale: #A9A9A9. Windows color (decimal): -297748 or 15496443. OLE color: 15496443.
HSL color Cylindrical-coordinate representation of color #FB74EC: hue angle of 306.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB74EC is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 236 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.02 |
| HSL | 306.67º | 0.94% | 0.72% | - |
| HSV(B) | 306.67º | 0.54% | 0.98% | - |
| XYZ | 61.17 | 39.06 | 83.67 | - |
| YUV | 170.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 236 | 0 | 0.54 | 0.06 | 0.02 | 306.67 | 0.94 | 0.72 |
| Hex | FB | 74 | EC | 0 | 36 | 6 | 2 | 133 | 5E | 48 |
| Octal | 373 | 164 | 354 | 0 | 66 | 6 | 2 | 463 | 136 | 110 |
| Binary | 11111011 | 1110100 | 11101100 | 0 | 110110 | 110 | 10 | 100110011 | 1011110 | 1001000 |
Color Harmonies of #FB74EC
Complementary color
Monochromatic Colors of #FB74EC
Black with #FB74EC
Text Example
Text Example
White with #FB74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74EC; }
p { color: rgb(251,116,236); }
H1.HeaderClassName
{
color: #FB74EC;
}
.AnyTagClassName
{
color: #FB74EC;
}
</style>
background-color css
<style>
a { background-color: #FB74EC; }
a { background-color: rgb(251,116,236); }
div.DivClassName
{
background-color: #FB74EC;
}
.BgClassName
{
background-color: #FB74EC;
}
</style>
border-color css
<style>
span { border-color: #FB74EC; }
span { border-color: rgb(251,116,236); }
td.TdClassName
{
border-color: #FB74EC;
}
.TagClassName
{
border-color: #FB74EC;
}
</style>