Shades of Pale Magenta #FB68DF
Tints of Pale Magenta #FB68DF
RGB
CMYK
RGB Variations
Color information
#FB68DF (or 0xFB68DF) is known color: Pale Magenta. HEX triplet: FB, 68 and DF. RGB value is (251,104,223). Sum of RGB (Red+Green+Blue) = 251+104+223=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68DF is #049720. Grayscale: #A1A1A1. Windows color (decimal): -300833 or 14641403. OLE color: 14641403.
HSL color Cylindrical-coordinate representation of color #FB68DF: hue angle of 311.43º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68DF is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 223 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.02 |
| HSL | 311.43º | 0.95% | 0.7% | - |
| HSV(B) | 311.43º | 0.59% | 0.98% | - |
| XYZ | 58.05 | 35.74 | 73.65 | - |
| YUV | 161.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 223 | 0 | 0.59 | 0.11 | 0.02 | 311.43 | 0.95 | 0.7 |
| Hex | FB | 68 | DF | 0 | 3B | B | 2 | 137 | 5F | 46 |
| Octal | 373 | 150 | 337 | 0 | 73 | 13 | 2 | 467 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11011111 | 0 | 111011 | 1011 | 10 | 100110111 | 1011111 | 1000110 |
Color Harmonies of #FB68DF
Complementary color
Monochromatic Colors of #FB68DF
Black with #FB68DF
Text Example
Text Example
White with #FB68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68DF; }
p { color: rgb(251,104,223); }
H1.HeaderClassName
{
color: #FB68DF;
}
.AnyTagClassName
{
color: #FB68DF;
}
</style>
background-color css
<style>
a { background-color: #FB68DF; }
a { background-color: rgb(251,104,223); }
div.DivClassName
{
background-color: #FB68DF;
}
.BgClassName
{
background-color: #FB68DF;
}
</style>
border-color css
<style>
span { border-color: #FB68DF; }
span { border-color: rgb(251,104,223); }
td.TdClassName
{
border-color: #FB68DF;
}
.TagClassName
{
border-color: #FB68DF;
}
</style>