Shades of Fuchsia Pink #FF92FC
Tints of Fuchsia Pink #FF92FC
RGB
CMYK
RGB Variations
Color information
#FF92FC (or 0xFF92FC) is known color: Fuchsia Pink. HEX triplet: FF, 92 and FC. RGB value is (255,146,252). Sum of RGB (Red+Green+Blue) = 255+146+252=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 146 (57.42% from 255 or 22.36% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF92FC is #006D03. Grayscale: #BEBEBE. Windows color (decimal): -27908 or 16552703. OLE color: 16552703.
HSL color Cylindrical-coordinate representation of color #FF92FC: hue angle of 301.65º 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 #FF92FC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 252 | - |
| CMYK | 0 | 0.43 | 0.01 | 0 |
| HSL | 301.65º | 1% | 0.79% | - |
| HSV(B) | 301.65º | 0.43% | 1% | - |
| XYZ | 69.09 | 48.85 | 97.88 | - |
| YUV | 190.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 252 | 0 | 0.43 | 0.01 | 0 | 301.65 | 1 | 0.79 |
| Hex | FF | 92 | FC | 0 | 2B | 1 | 0 | 12E | 64 | 4F |
| Octal | 377 | 222 | 374 | 0 | 53 | 1 | 0 | 456 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11111100 | 0 | 101011 | 1 | 0 | 100101110 | 1100100 | 1001111 |
Color Harmonies of #FF92FC
Complementary color
Monochromatic Colors of #FF92FC
Black with #FF92FC
Text Example
Text Example
White with #FF92FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92FC; }
p { color: rgb(255,146,252); }
H1.HeaderClassName
{
color: #FF92FC;
}
.AnyTagClassName
{
color: #FF92FC;
}
</style>
background-color css
<style>
a { background-color: #FF92FC; }
a { background-color: rgb(255,146,252); }
div.DivClassName
{
background-color: #FF92FC;
}
.BgClassName
{
background-color: #FF92FC;
}
</style>
border-color css
<style>
span { border-color: #FF92FC; }
span { border-color: rgb(255,146,252); }
td.TdClassName
{
border-color: #FF92FC;
}
.TagClassName
{
border-color: #FF92FC;
}
</style>