Shades of Pale Magenta #FB74DF
Tints of Pale Magenta #FB74DF
RGB
CMYK
RGB Variations
Color information
#FB74DF (or 0xFB74DF) is known color: Pale Magenta. HEX triplet: FB, 74 and DF. RGB value is (251,116,223). Sum of RGB (Red+Green+Blue) = 251+116+223=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 116 (45.70% from 255 or 19.66% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74DF is #048B20. Grayscale: #A8A8A8. Windows color (decimal): -297761 or 14644475. OLE color: 14644475.
HSL color Cylindrical-coordinate representation of color #FB74DF: hue angle of 312.44º 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 #FB74DF is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 223 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.02 |
| HSL | 312.44º | 0.94% | 0.72% | - |
| HSV(B) | 312.44º | 0.54% | 0.98% | - |
| XYZ | 59.35 | 38.33 | 74.08 | - |
| YUV | 168.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 223 | 0 | 0.54 | 0.11 | 0.02 | 312.44 | 0.94 | 0.72 |
| Hex | FB | 74 | DF | 0 | 36 | B | 2 | 138 | 5E | 48 |
| Octal | 373 | 164 | 337 | 0 | 66 | 13 | 2 | 470 | 136 | 110 |
| Binary | 11111011 | 1110100 | 11011111 | 0 | 110110 | 1011 | 10 | 100111000 | 1011110 | 1001000 |
Color Harmonies of #FB74DF
Complementary color
Monochromatic Colors of #FB74DF
Black with #FB74DF
Text Example
Text Example
White with #FB74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74DF; }
p { color: rgb(251,116,223); }
H1.HeaderClassName
{
color: #FB74DF;
}
.AnyTagClassName
{
color: #FB74DF;
}
</style>
background-color css
<style>
a { background-color: #FB74DF; }
a { background-color: rgb(251,116,223); }
div.DivClassName
{
background-color: #FB74DF;
}
.BgClassName
{
background-color: #FB74DF;
}
</style>
border-color css
<style>
span { border-color: #FB74DF; }
span { border-color: rgb(251,116,223); }
td.TdClassName
{
border-color: #FB74DF;
}
.TagClassName
{
border-color: #FB74DF;
}
</style>