Shades of Pale Magenta #FB8CF1
Tints of Pale Magenta #FB8CF1
RGB
CMYK
RGB Variations
Color information
#FB8CF1 (or 0xFB8CF1) is known color: Pale Magenta. HEX triplet: FB, 8C and F1. RGB value is (251,140,241). Sum of RGB (Red+Green+Blue) = 251+140+241=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CF1 is #04730E. Grayscale: #B8B8B8. Windows color (decimal): -291599 or 15830267. OLE color: 15830267.
HSL color Cylindrical-coordinate representation of color #FB8CF1: hue angle of 305.41º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CF1 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 241 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.02 |
| HSL | 305.41º | 0.93% | 0.77% | - |
| HSV(B) | 305.41º | 0.44% | 0.98% | - |
| XYZ | 65.04 | 45.62 | 88.6 | - |
| YUV | 184.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 241 | 0 | 0.44 | 0.04 | 0.02 | 305.41 | 0.93 | 0.77 |
| Hex | FB | 8C | F1 | 0 | 2C | 4 | 2 | 131 | 5D | 4D |
| Octal | 373 | 214 | 361 | 0 | 54 | 4 | 2 | 461 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11110001 | 0 | 101100 | 100 | 10 | 100110001 | 1011101 | 1001101 |
Color Harmonies of #FB8CF1
Complementary color
Monochromatic Colors of #FB8CF1
Black with #FB8CF1
Text Example
Text Example
White with #FB8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CF1; }
p { color: rgb(251,140,241); }
H1.HeaderClassName
{
color: #FB8CF1;
}
.AnyTagClassName
{
color: #FB8CF1;
}
</style>
background-color css
<style>
a { background-color: #FB8CF1; }
a { background-color: rgb(251,140,241); }
div.DivClassName
{
background-color: #FB8CF1;
}
.BgClassName
{
background-color: #FB8CF1;
}
</style>
border-color css
<style>
span { border-color: #FB8CF1; }
span { border-color: rgb(251,140,241); }
td.TdClassName
{
border-color: #FB8CF1;
}
.TagClassName
{
border-color: #FB8CF1;
}
</style>