Shades of Pale Magenta #FF83F3
Tints of Pale Magenta #FF83F3
RGB
CMYK
RGB Variations
Color information
#FF83F3 (or 0xFF83F3) is known color: Pale Magenta. HEX triplet: FF, 83 and F3. RGB value is (255,131,243). Sum of RGB (Red+Green+Blue) = 255+131+243=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 131 (51.56% from 255 or 20.83% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83F3 is #007C0C. Grayscale: #B4B4B4. Windows color (decimal): -31757 or 15959039. OLE color: 15959039.
HSL color Cylindrical-coordinate representation of color #FF83F3: hue angle of 305.81º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83F3 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 243 | - |
| CMYK | 0 | 0.49 | 0.05 | 0 |
| HSL | 305.81º | 1% | 0.76% | - |
| HSV(B) | 305.81º | 0.49% | 1% | - |
| XYZ | 65.53 | 43.96 | 89.83 | - |
| YUV | 180.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 243 | 0 | 0.49 | 0.05 | 0 | 305.81 | 1 | 0.76 |
| Hex | FF | 83 | F3 | 0 | 31 | 5 | 0 | 132 | 64 | 4C |
| Octal | 377 | 203 | 363 | 0 | 61 | 5 | 0 | 462 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11110011 | 0 | 110001 | 101 | 0 | 100110010 | 1100100 | 1001100 |
Color Harmonies of #FF83F3
Complementary color
Monochromatic Colors of #FF83F3
Black with #FF83F3
Text Example
Text Example
White with #FF83F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83F3; }
p { color: rgb(255,131,243); }
H1.HeaderClassName
{
color: #FF83F3;
}
.AnyTagClassName
{
color: #FF83F3;
}
</style>
background-color css
<style>
a { background-color: #FF83F3; }
a { background-color: rgb(255,131,243); }
div.DivClassName
{
background-color: #FF83F3;
}
.BgClassName
{
background-color: #FF83F3;
}
</style>
border-color css
<style>
span { border-color: #FF83F3; }
span { border-color: rgb(255,131,243); }
td.TdClassName
{
border-color: #FF83F3;
}
.TagClassName
{
border-color: #FF83F3;
}
</style>