Shades of Pale Magenta #FF83F4
Tints of Pale Magenta #FF83F4
RGB
CMYK
RGB Variations
Color information
#FF83F4 (or 0xFF83F4) is known color: Pale Magenta. HEX triplet: FF, 83 and F4. RGB value is (255,131,244). Sum of RGB (Red+Green+Blue) = 255+131+244=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 131 (51.56% from 255 or 20.79% from 630); Blue value is 244 (95.70% from 255 or 38.73% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83F4 is #007C0B. Grayscale: #B4B4B4. Windows color (decimal): -31756 or 16024575. OLE color: 16024575.
HSL color Cylindrical-coordinate representation of color #FF83F4: hue angle of 305.32º 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 #FF83F4 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 244 | - |
| CMYK | 0 | 0.49 | 0.04 | 0 |
| HSL | 305.32º | 1% | 0.76% | - |
| HSV(B) | 305.32º | 0.49% | 1% | - |
| XYZ | 65.69 | 44.02 | 90.62 | - |
| YUV | 180.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 244 | 0 | 0.49 | 0.04 | 0 | 305.32 | 1 | 0.76 |
| Hex | FF | 83 | F4 | 0 | 31 | 4 | 0 | 131 | 64 | 4C |
| Octal | 377 | 203 | 364 | 0 | 61 | 4 | 0 | 461 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11110100 | 0 | 110001 | 100 | 0 | 100110001 | 1100100 | 1001100 |
Color Harmonies of #FF83F4
Complementary color
Monochromatic Colors of #FF83F4
Black with #FF83F4
Text Example
Text Example
White with #FF83F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83F4; }
p { color: rgb(255,131,244); }
H1.HeaderClassName
{
color: #FF83F4;
}
.AnyTagClassName
{
color: #FF83F4;
}
</style>
background-color css
<style>
a { background-color: #FF83F4; }
a { background-color: rgb(255,131,244); }
div.DivClassName
{
background-color: #FF83F4;
}
.BgClassName
{
background-color: #FF83F4;
}
</style>
border-color css
<style>
span { border-color: #FF83F4; }
span { border-color: rgb(255,131,244); }
td.TdClassName
{
border-color: #FF83F4;
}
.TagClassName
{
border-color: #FF83F4;
}
</style>