Shades of Pale Magenta #FB74ED
Tints of Pale Magenta #FB74ED
RGB
CMYK
RGB Variations
Color information
#FB74ED (or 0xFB74ED) is known color: Pale Magenta. HEX triplet: FB, 74 and ED. RGB value is (251,116,237). Sum of RGB (Red+Green+Blue) = 251+116+237=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74ED is #048B12. Grayscale: #A9A9A9. Windows color (decimal): -297747 or 15561979. OLE color: 15561979.
HSL color Cylindrical-coordinate representation of color #FB74ED: hue angle of 306.22º 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 #FB74ED is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 237 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.02 |
| HSL | 306.22º | 0.94% | 0.72% | - |
| HSV(B) | 306.22º | 0.54% | 0.98% | - |
| XYZ | 61.32 | 39.11 | 84.44 | - |
| YUV | 170.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 237 | 0 | 0.54 | 0.06 | 0.02 | 306.22 | 0.94 | 0.72 |
| Hex | FB | 74 | ED | 0 | 36 | 6 | 2 | 132 | 5E | 48 |
| Octal | 373 | 164 | 355 | 0 | 66 | 6 | 2 | 462 | 136 | 110 |
| Binary | 11111011 | 1110100 | 11101101 | 0 | 110110 | 110 | 10 | 100110010 | 1011110 | 1001000 |
Color Harmonies of #FB74ED
Complementary color
Monochromatic Colors of #FB74ED
Black with #FB74ED
Text Example
Text Example
White with #FB74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74ED; }
p { color: rgb(251,116,237); }
H1.HeaderClassName
{
color: #FB74ED;
}
.AnyTagClassName
{
color: #FB74ED;
}
</style>
background-color css
<style>
a { background-color: #FB74ED; }
a { background-color: rgb(251,116,237); }
div.DivClassName
{
background-color: #FB74ED;
}
.BgClassName
{
background-color: #FB74ED;
}
</style>
border-color css
<style>
span { border-color: #FB74ED; }
span { border-color: rgb(251,116,237); }
td.TdClassName
{
border-color: #FB74ED;
}
.TagClassName
{
border-color: #FB74ED;
}
</style>