Shades of Pale Magenta #FF8BF4
Tints of Pale Magenta #FF8BF4
RGB
CMYK
RGB Variations
Color information
#FF8BF4 (or 0xFF8BF4) is known color: Pale Magenta. HEX triplet: FF, 8B and F4. RGB value is (255,139,244). Sum of RGB (Red+Green+Blue) = 255+139+244=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 139 (54.69% from 255 or 21.79% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8BF4 is #00740B. Grayscale: #B9B9B9. Windows color (decimal): -29708 or 16026623. OLE color: 16026623.
HSL color Cylindrical-coordinate representation of color #FF8BF4: hue angle of 305.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8BF4 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 244 | - |
| CMYK | 0 | 0.45 | 0.04 | 0 |
| HSL | 305.69º | 1% | 0.77% | - |
| HSV(B) | 305.69º | 0.45% | 1% | - |
| XYZ | 66.8 | 46.26 | 91 | - |
| YUV | 185.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 244 | 0 | 0.45 | 0.04 | 0 | 305.69 | 1 | 0.77 |
| Hex | FF | 8B | F4 | 0 | 2D | 4 | 0 | 132 | 64 | 4D |
| Octal | 377 | 213 | 364 | 0 | 55 | 4 | 0 | 462 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11110100 | 0 | 101101 | 100 | 0 | 100110010 | 1100100 | 1001101 |
Color Harmonies of #FF8BF4
Complementary color
Monochromatic Colors of #FF8BF4
Black with #FF8BF4
Text Example
Text Example
White with #FF8BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BF4; }
p { color: rgb(255,139,244); }
H1.HeaderClassName
{
color: #FF8BF4;
}
.AnyTagClassName
{
color: #FF8BF4;
}
</style>
background-color css
<style>
a { background-color: #FF8BF4; }
a { background-color: rgb(255,139,244); }
div.DivClassName
{
background-color: #FF8BF4;
}
.BgClassName
{
background-color: #FF8BF4;
}
</style>
border-color css
<style>
span { border-color: #FF8BF4; }
span { border-color: rgb(255,139,244); }
td.TdClassName
{
border-color: #FF8BF4;
}
.TagClassName
{
border-color: #FF8BF4;
}
</style>