Shades of Violet #F592FB
Tints of Violet #F592FB
RGB
CMYK
RGB Variations
Color information
#F592FB (or 0xF592FB) is known color: Violet. HEX triplet: F5, 92 and FB. RGB value is (245,146,251). Sum of RGB (Red+Green+Blue) = 245+146+251=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 146 (57.42% from 255 or 22.74% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #F592FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F592FB is #0A6D04. Grayscale: #BBBBBB. Windows color (decimal): -683269 or 16487157. OLE color: 16487157.
HSL color Cylindrical-coordinate representation of color #F592FB: hue angle of 296.57º 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 #F592FB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 146 | 251 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.02 |
| HSL | 296.57º | 0.93% | 0.78% | - |
| HSV(B) | 296.57º | 0.42% | 0.98% | - |
| XYZ | 65.35 | 46.94 | 96.88 | - |
| YUV | 187.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 251 | 0.02 | 0.42 | 0 | 0.02 | 296.57 | 0.93 | 0.78 |
| Hex | F5 | 92 | FB | 2 | 2A | 0 | 2 | 129 | 5D | 4E |
| Octal | 365 | 222 | 373 | 2 | 52 | 0 | 2 | 451 | 135 | 116 |
| Binary | 11110101 | 10010010 | 11111011 | 10 | 101010 | 0 | 10 | 100101001 | 1011101 | 1001110 |
Color Harmonies of #F592FB
Complementary color
Monochromatic Colors of #F592FB
Black with #F592FB
Text Example
Text Example
White with #F592FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592FB; }
p { color: rgb(245,146,251); }
H1.HeaderClassName
{
color: #F592FB;
}
.AnyTagClassName
{
color: #F592FB;
}
</style>
background-color css
<style>
a { background-color: #F592FB; }
a { background-color: rgb(245,146,251); }
div.DivClassName
{
background-color: #F592FB;
}
.BgClassName
{
background-color: #F592FB;
}
</style>
border-color css
<style>
span { border-color: #F592FB; }
span { border-color: rgb(245,146,251); }
td.TdClassName
{
border-color: #F592FB;
}
.TagClassName
{
border-color: #F592FB;
}
</style>