Shades of Violet Red #FF4092
Tints of Violet Red #FF4092
RGB
CMYK
RGB Variations
Color information
#FF4092 (or 0xFF4092) is known color: Violet Red. HEX triplet: FF, 40 and 92. RGB value is (255,64,146). Sum of RGB (Red+Green+Blue) = 255+64+146=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4092 is #00BF6D. Grayscale: #828282. Windows color (decimal): -49006 or 9584895. OLE color: 9584895.
HSL color Cylindrical-coordinate representation of color #FF4092: hue angle of 334.24º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4092 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 146 | - |
| CMYK | 0 | 0.75 | 0.43 | 0 |
| HSL | 334.24º | 1% | 0.63% | - |
| HSV(B) | 334.24º | 0.75% | 1% | - |
| XYZ | 48.26 | 27 | 29.86 | - |
| YUV | 130.46 | 136.78 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 146 | 0 | 0.75 | 0.43 | 0 | 334.24 | 1 | 0.63 |
| Hex | FF | 40 | 92 | 0 | 4B | 2B | 0 | 14E | 64 | 3F |
| Octal | 377 | 100 | 222 | 0 | 113 | 53 | 0 | 516 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10010010 | 0 | 1001011 | 101011 | 0 | 101001110 | 1100100 | 111111 |
Color Harmonies of #FF4092
Complementary color
Monochromatic Colors of #FF4092
Black with #FF4092
Text Example
Text Example
White with #FF4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4092; }
p { color: rgb(255,64,146); }
H1.HeaderClassName
{
color: #FF4092;
}
.AnyTagClassName
{
color: #FF4092;
}
</style>
background-color css
<style>
a { background-color: #FF4092; }
a { background-color: rgb(255,64,146); }
div.DivClassName
{
background-color: #FF4092;
}
.BgClassName
{
background-color: #FF4092;
}
</style>
border-color css
<style>
span { border-color: #FF4092; }
span { border-color: rgb(255,64,146); }
td.TdClassName
{
border-color: #FF4092;
}
.TagClassName
{
border-color: #FF4092;
}
</style>