Shades of Pale Magenta #FF84F3
Tints of Pale Magenta #FF84F3
RGB
CMYK
RGB Variations
Color information
#FF84F3 (or 0xFF84F3) is known color: Pale Magenta. HEX triplet: FF, 84 and F3. RGB value is (255,132,243). Sum of RGB (Red+Green+Blue) = 255+132+243=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 132 (51.95% from 255 or 20.95% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84F3 is #007B0C. Grayscale: #B5B5B5. Windows color (decimal): -31501 or 15959295. OLE color: 15959295.
HSL color Cylindrical-coordinate representation of color #FF84F3: hue angle of 305.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84F3 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 243 | - |
| CMYK | 0 | 0.48 | 0.05 | 0 |
| HSL | 305.85º | 1% | 0.76% | - |
| HSV(B) | 305.85º | 0.48% | 1% | - |
| XYZ | 65.67 | 44.23 | 89.87 | - |
| YUV | 181.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 243 | 0 | 0.48 | 0.05 | 0 | 305.85 | 1 | 0.76 |
| Hex | FF | 84 | F3 | 0 | 30 | 5 | 0 | 132 | 64 | 4C |
| Octal | 377 | 204 | 363 | 0 | 60 | 5 | 0 | 462 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11110011 | 0 | 110000 | 101 | 0 | 100110010 | 1100100 | 1001100 |
Color Harmonies of #FF84F3
Complementary color
Monochromatic Colors of #FF84F3
Black with #FF84F3
Text Example
Text Example
White with #FF84F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84F3; }
p { color: rgb(255,132,243); }
H1.HeaderClassName
{
color: #FF84F3;
}
.AnyTagClassName
{
color: #FF84F3;
}
</style>
background-color css
<style>
a { background-color: #FF84F3; }
a { background-color: rgb(255,132,243); }
div.DivClassName
{
background-color: #FF84F3;
}
.BgClassName
{
background-color: #FF84F3;
}
</style>
border-color css
<style>
span { border-color: #FF84F3; }
span { border-color: rgb(255,132,243); }
td.TdClassName
{
border-color: #FF84F3;
}
.TagClassName
{
border-color: #FF84F3;
}
</style>