Shades of Pale Magenta #FB83F1
Tints of Pale Magenta #FB83F1
RGB
CMYK
RGB Variations
Color information
#FB83F1 (or 0xFB83F1) is known color: Pale Magenta. HEX triplet: FB, 83 and F1. RGB value is (251,131,241). Sum of RGB (Red+Green+Blue) = 251+131+241=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 131 (51.56% from 255 or 21.03% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB83F1 is #047C0E. Grayscale: #B3B3B3. Windows color (decimal): -293903 or 15827963. OLE color: 15827963.
HSL color Cylindrical-coordinate representation of color #FB83F1: hue angle of 305º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB83F1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 241 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.02 |
| HSL | 305º | 0.94% | 0.75% | - |
| HSV(B) | 305º | 0.48% | 0.98% | - |
| XYZ | 63.78 | 43.09 | 88.18 | - |
| YUV | 179.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 241 | 0 | 0.48 | 0.04 | 0.02 | 305 | 0.94 | 0.75 |
| Hex | FB | 83 | F1 | 0 | 30 | 4 | 2 | 131 | 5E | 4B |
| Octal | 373 | 203 | 361 | 0 | 60 | 4 | 2 | 461 | 136 | 113 |
| Binary | 11111011 | 10000011 | 11110001 | 0 | 110000 | 100 | 10 | 100110001 | 1011110 | 1001011 |
Color Harmonies of #FB83F1
Complementary color
Monochromatic Colors of #FB83F1
Black with #FB83F1
Text Example
Text Example
White with #FB83F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83F1; }
p { color: rgb(251,131,241); }
H1.HeaderClassName
{
color: #FB83F1;
}
.AnyTagClassName
{
color: #FB83F1;
}
</style>
background-color css
<style>
a { background-color: #FB83F1; }
a { background-color: rgb(251,131,241); }
div.DivClassName
{
background-color: #FB83F1;
}
.BgClassName
{
background-color: #FB83F1;
}
</style>
border-color css
<style>
span { border-color: #FB83F1; }
span { border-color: rgb(251,131,241); }
td.TdClassName
{
border-color: #FB83F1;
}
.TagClassName
{
border-color: #FB83F1;
}
</style>