Shades of Fuchsia Pink #FF92FE
Tints of Fuchsia Pink #FF92FE
RGB
CMYK
RGB Variations
Color information
#FF92FE (or 0xFF92FE) is known color: Fuchsia Pink. HEX triplet: FF, 92 and FE. RGB value is (255,146,254). Sum of RGB (Red+Green+Blue) = 255+146+254=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 146 (57.42% from 255 or 22.29% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF92FE is #006D01. Grayscale: #BEBEBE. Windows color (decimal): -27906 or 16683775. OLE color: 16683775.
HSL color Cylindrical-coordinate representation of color #FF92FE: hue angle of 300.55º 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 #FF92FE is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 254 | - |
| CMYK | 0 | 0.43 | 0.00 | 0 |
| HSL | 300.55º | 1% | 0.79% | - |
| HSV(B) | 300.55º | 0.43% | 1% | - |
| XYZ | 69.41 | 48.97 | 99.56 | - |
| YUV | 190.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 254 | 0 | 0.43 | 0.00 | 0 | 300.55 | 1 | 0.79 |
| Hex | FF | 92 | FE | 0 | 2B | 0 | 0 | 12D | 64 | 4F |
| Octal | 377 | 222 | 376 | 0 | 53 | 0 | 0 | 455 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11111110 | 0 | 101011 | 0 | 0 | 100101101 | 1100100 | 1001111 |
Color Harmonies of #FF92FE
Complementary color
Monochromatic Colors of #FF92FE
Black with #FF92FE
Text Example
Text Example
White with #FF92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92FE; }
p { color: rgb(255,146,254); }
H1.HeaderClassName
{
color: #FF92FE;
}
.AnyTagClassName
{
color: #FF92FE;
}
</style>
background-color css
<style>
a { background-color: #FF92FE; }
a { background-color: rgb(255,146,254); }
div.DivClassName
{
background-color: #FF92FE;
}
.BgClassName
{
background-color: #FF92FE;
}
</style>
border-color css
<style>
span { border-color: #FF92FE; }
span { border-color: rgb(255,146,254); }
td.TdClassName
{
border-color: #FF92FE;
}
.TagClassName
{
border-color: #FF92FE;
}
</style>