Shades of Pale Magenta #FF92F2
Tints of Pale Magenta #FF92F2
RGB
CMYK
RGB Variations
Color information
#FF92F2 (or 0xFF92F2) is known color: Pale Magenta. HEX triplet: FF, 92 and F2. RGB value is (255,146,242). Sum of RGB (Red+Green+Blue) = 255+146+242=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 146 (57.42% from 255 or 22.71% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF92F2 is #006D0D. Grayscale: #BDBDBD. Windows color (decimal): -27918 or 15897343. OLE color: 15897343.
HSL color Cylindrical-coordinate representation of color #FF92F2: hue angle of 307.16º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92F2 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 242 | - |
| CMYK | 0 | 0.43 | 0.05 | 0 |
| HSL | 307.16º | 1% | 0.79% | - |
| HSV(B) | 307.16º | 0.43% | 1% | - |
| XYZ | 67.55 | 48.23 | 89.75 | - |
| YUV | 189.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 242 | 0 | 0.43 | 0.05 | 0 | 307.16 | 1 | 0.79 |
| Hex | FF | 92 | F2 | 0 | 2B | 5 | 0 | 133 | 64 | 4F |
| Octal | 377 | 222 | 362 | 0 | 53 | 5 | 0 | 463 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11110010 | 0 | 101011 | 101 | 0 | 100110011 | 1100100 | 1001111 |
Color Harmonies of #FF92F2
Complementary color
Monochromatic Colors of #FF92F2
Black with #FF92F2
Text Example
Text Example
White with #FF92F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92F2; }
p { color: rgb(255,146,242); }
H1.HeaderClassName
{
color: #FF92F2;
}
.AnyTagClassName
{
color: #FF92F2;
}
</style>
background-color css
<style>
a { background-color: #FF92F2; }
a { background-color: rgb(255,146,242); }
div.DivClassName
{
background-color: #FF92F2;
}
.BgClassName
{
background-color: #FF92F2;
}
</style>
border-color css
<style>
span { border-color: #FF92F2; }
span { border-color: rgb(255,146,242); }
td.TdClassName
{
border-color: #FF92F2;
}
.TagClassName
{
border-color: #FF92F2;
}
</style>