Shades of Pale Magenta #FF85F4
Tints of Pale Magenta #FF85F4
RGB
CMYK
RGB Variations
Color information
#FF85F4 (or 0xFF85F4) is known color: Pale Magenta. HEX triplet: FF, 85 and F4. RGB value is (255,133,244). Sum of RGB (Red+Green+Blue) = 255+133+244=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 133 (52.34% from 255 or 21.04% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85F4 is #007A0B. Grayscale: #B5B5B5. Windows color (decimal): -31244 or 16025087. OLE color: 16025087.
HSL color Cylindrical-coordinate representation of color #FF85F4: hue angle of 305.41º 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 #FF85F4 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 244 | - |
| CMYK | 0 | 0.48 | 0.04 | 0 |
| HSL | 305.41º | 1% | 0.76% | - |
| HSV(B) | 305.41º | 0.48% | 1% | - |
| XYZ | 65.96 | 44.57 | 90.71 | - |
| YUV | 182.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 244 | 0 | 0.48 | 0.04 | 0 | 305.41 | 1 | 0.76 |
| Hex | FF | 85 | F4 | 0 | 30 | 4 | 0 | 131 | 64 | 4C |
| Octal | 377 | 205 | 364 | 0 | 60 | 4 | 0 | 461 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11110100 | 0 | 110000 | 100 | 0 | 100110001 | 1100100 | 1001100 |
Color Harmonies of #FF85F4
Complementary color
Monochromatic Colors of #FF85F4
Black with #FF85F4
Text Example
Text Example
White with #FF85F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85F4; }
p { color: rgb(255,133,244); }
H1.HeaderClassName
{
color: #FF85F4;
}
.AnyTagClassName
{
color: #FF85F4;
}
</style>
background-color css
<style>
a { background-color: #FF85F4; }
a { background-color: rgb(255,133,244); }
div.DivClassName
{
background-color: #FF85F4;
}
.BgClassName
{
background-color: #FF85F4;
}
</style>
border-color css
<style>
span { border-color: #FF85F4; }
span { border-color: rgb(255,133,244); }
td.TdClassName
{
border-color: #FF85F4;
}
.TagClassName
{
border-color: #FF85F4;
}
</style>