Shades of Violet #F292F0
Tints of Violet #F292F0
RGB
CMYK
RGB Variations
Color information
#F292F0 (or 0xF292F0) is known color: Violet. HEX triplet: F2, 92 and F0. RGB value is (242,146,240). Sum of RGB (Red+Green+Blue) = 242+146+240=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 146 (57.42% from 255 or 23.25% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F292F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F292F0 is #0D6D0F. Grayscale: #B9B9B9. Windows color (decimal): -879888 or 15766258. OLE color: 15766258.
HSL color Cylindrical-coordinate representation of color #F292F0: hue angle of 301.25º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292F0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 240 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.05 |
| HSL | 301.25º | 0.79% | 0.76% | - |
| HSV(B) | 301.25º | 0.4% | 0.95% | - |
| XYZ | 62.63 | 45.73 | 87.96 | - |
| YUV | 185.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 240 | 0 | 0.40 | 0.01 | 0.05 | 301.25 | 0.79 | 0.76 |
| Hex | F2 | 92 | F0 | 0 | 28 | 1 | 5 | 12D | 4F | 4C |
| Octal | 362 | 222 | 360 | 0 | 50 | 1 | 5 | 455 | 117 | 114 |
| Binary | 11110010 | 10010010 | 11110000 | 0 | 101000 | 1 | 101 | 100101101 | 1001111 | 1001100 |
Color Harmonies of #F292F0
Complementary color
Monochromatic Colors of #F292F0
Black with #F292F0
Text Example
Text Example
White with #F292F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F292F0; }
p { color: rgb(242,146,240); }
H1.HeaderClassName
{
color: #F292F0;
}
.AnyTagClassName
{
color: #F292F0;
}
</style>
background-color css
<style>
a { background-color: #F292F0; }
a { background-color: rgb(242,146,240); }
div.DivClassName
{
background-color: #F292F0;
}
.BgClassName
{
background-color: #F292F0;
}
</style>
border-color css
<style>
span { border-color: #F292F0; }
span { border-color: rgb(242,146,240); }
td.TdClassName
{
border-color: #F292F0;
}
.TagClassName
{
border-color: #F292F0;
}
</style>