Shades of Violet #F892FF
Tints of Violet #F892FF
RGB
CMYK
RGB Variations
Color information
#F892FF (or 0xF892FF) is known color: Violet. HEX triplet: F8, 92 and FF. RGB value is (248,146,255). Sum of RGB (Red+Green+Blue) = 248+146+255=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 146 (57.42% from 255 or 22.50% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #F892FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F892FF is #076D00. Grayscale: #BCBCBC. Windows color (decimal): -486657 or 16749304. OLE color: 16749304.
HSL color Cylindrical-coordinate representation of color #F892FF: hue angle of 296.15º 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 #F892FF is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 146 | 255 | - |
| CMYK | 0.03 | 0.43 | 0 | 0 |
| HSL | 296.15º | 1% | 0.79% | - |
| HSV(B) | 296.15º | 0.43% | 1% | - |
| XYZ | 67.04 | 47.73 | 100.29 | - |
| YUV | 188.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 255 | 0.03 | 0.43 | 0 | 0 | 296.15 | 1 | 0.79 |
| Hex | F8 | 92 | FF | 3 | 2B | 0 | 0 | 128 | 64 | 4F |
| Octal | 370 | 222 | 377 | 3 | 53 | 0 | 0 | 450 | 144 | 117 |
| Binary | 11111000 | 10010010 | 11111111 | 11 | 101011 | 0 | 0 | 100101000 | 1100100 | 1001111 |
Color Harmonies of #F892FF
Complementary color
Monochromatic Colors of #F892FF
Black with #F892FF
Text Example
Text Example
White with #F892FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892FF; }
p { color: rgb(248,146,255); }
H1.HeaderClassName
{
color: #F892FF;
}
.AnyTagClassName
{
color: #F892FF;
}
</style>
background-color css
<style>
a { background-color: #F892FF; }
a { background-color: rgb(248,146,255); }
div.DivClassName
{
background-color: #F892FF;
}
.BgClassName
{
background-color: #F892FF;
}
</style>
border-color css
<style>
span { border-color: #F892FF; }
span { border-color: rgb(248,146,255); }
td.TdClassName
{
border-color: #F892FF;
}
.TagClassName
{
border-color: #F892FF;
}
</style>