Shades of Pale Magenta #FB92F2
Tints of Pale Magenta #FB92F2
RGB
CMYK
RGB Variations
Color information
#FB92F2 (or 0xFB92F2) is known color: Pale Magenta. HEX triplet: FB, 92 and F2. RGB value is (251,146,242). Sum of RGB (Red+Green+Blue) = 251+146+242=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 146 (57.42% from 255 or 22.85% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB92F2 is #046D0D. Grayscale: #BCBCBC. Windows color (decimal): -290062 or 15897339. OLE color: 15897339.
HSL color Cylindrical-coordinate representation of color #FB92F2: hue angle of 305.14º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB92F2 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 242 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.02 |
| HSL | 305.14º | 0.93% | 0.78% | - |
| HSV(B) | 305.14º | 0.42% | 0.98% | - |
| XYZ | 66.09 | 47.48 | 89.69 | - |
| YUV | 188.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 242 | 0 | 0.42 | 0.04 | 0.02 | 305.14 | 0.93 | 0.78 |
| Hex | FB | 92 | F2 | 0 | 2A | 4 | 2 | 131 | 5D | 4E |
| Octal | 373 | 222 | 362 | 0 | 52 | 4 | 2 | 461 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11110010 | 0 | 101010 | 100 | 10 | 100110001 | 1011101 | 1001110 |
Color Harmonies of #FB92F2
Complementary color
Monochromatic Colors of #FB92F2
Black with #FB92F2
Text Example
Text Example
White with #FB92F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92F2; }
p { color: rgb(251,146,242); }
H1.HeaderClassName
{
color: #FB92F2;
}
.AnyTagClassName
{
color: #FB92F2;
}
</style>
background-color css
<style>
a { background-color: #FB92F2; }
a { background-color: rgb(251,146,242); }
div.DivClassName
{
background-color: #FB92F2;
}
.BgClassName
{
background-color: #FB92F2;
}
</style>
border-color css
<style>
span { border-color: #FB92F2; }
span { border-color: rgb(251,146,242); }
td.TdClassName
{
border-color: #FB92F2;
}
.TagClassName
{
border-color: #FB92F2;
}
</style>