Shades of Pale Magenta #FF83F2
Tints of Pale Magenta #FF83F2
RGB
CMYK
RGB Variations
Color information
#FF83F2 (or 0xFF83F2) is known color: Pale Magenta. HEX triplet: FF, 83 and F2. RGB value is (255,131,242). Sum of RGB (Red+Green+Blue) = 255+131+242=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 131 (51.56% from 255 or 20.86% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83F2 is #007C0D. Grayscale: #B4B4B4. Windows color (decimal): -31758 or 15893503. OLE color: 15893503.
HSL color Cylindrical-coordinate representation of color #FF83F2: hue angle of 306.29º 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 #FF83F2 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 242 | - |
| CMYK | 0 | 0.49 | 0.05 | 0 |
| HSL | 306.29º | 1% | 0.76% | - |
| HSV(B) | 306.29º | 0.49% | 1% | - |
| XYZ | 65.38 | 43.9 | 89.03 | - |
| YUV | 180.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 242 | 0 | 0.49 | 0.05 | 0 | 306.29 | 1 | 0.76 |
| Hex | FF | 83 | F2 | 0 | 31 | 5 | 0 | 132 | 64 | 4C |
| Octal | 377 | 203 | 362 | 0 | 61 | 5 | 0 | 462 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11110010 | 0 | 110001 | 101 | 0 | 100110010 | 1100100 | 1001100 |
Color Harmonies of #FF83F2
Complementary color
Monochromatic Colors of #FF83F2
Black with #FF83F2
Text Example
Text Example
White with #FF83F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83F2; }
p { color: rgb(255,131,242); }
H1.HeaderClassName
{
color: #FF83F2;
}
.AnyTagClassName
{
color: #FF83F2;
}
</style>
background-color css
<style>
a { background-color: #FF83F2; }
a { background-color: rgb(255,131,242); }
div.DivClassName
{
background-color: #FF83F2;
}
.BgClassName
{
background-color: #FF83F2;
}
</style>
border-color css
<style>
span { border-color: #FF83F2; }
span { border-color: rgb(255,131,242); }
td.TdClassName
{
border-color: #FF83F2;
}
.TagClassName
{
border-color: #FF83F2;
}
</style>