Shades of Violet Red #FD4292
Tints of Violet Red #FD4292
RGB
CMYK
RGB Variations
Color information
#FD4292 (or 0xFD4292) is known color: Violet Red. HEX triplet: FD, 42 and 92. RGB value is (253,66,146). Sum of RGB (Red+Green+Blue) = 253+66+146=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4292 is #02BD6D. Grayscale: #828282. Windows color (decimal): -179566 or 9585405. OLE color: 9585405.
HSL color Cylindrical-coordinate representation of color #FD4292: hue angle of 334.33º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4292 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 146 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.01 |
| HSL | 334.33º | 0.98% | 0.63% | - |
| HSV(B) | 334.33º | 0.74% | 0.99% | - |
| XYZ | 47.64 | 26.85 | 29.87 | - |
| YUV | 131.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 146 | 0 | 0.74 | 0.42 | 0.01 | 334.33 | 0.98 | 0.63 |
| Hex | FD | 42 | 92 | 0 | 4A | 2A | 1 | 14E | 62 | 3F |
| Octal | 375 | 102 | 222 | 0 | 112 | 52 | 1 | 516 | 142 | 77 |
| Binary | 11111101 | 1000010 | 10010010 | 0 | 1001010 | 101010 | 1 | 101001110 | 1100010 | 111111 |
Color Harmonies of #FD4292
Complementary color
Monochromatic Colors of #FD4292
Black with #FD4292
Text Example
Text Example
White with #FD4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4292; }
p { color: rgb(253,66,146); }
H1.HeaderClassName
{
color: #FD4292;
}
.AnyTagClassName
{
color: #FD4292;
}
</style>
background-color css
<style>
a { background-color: #FD4292; }
a { background-color: rgb(253,66,146); }
div.DivClassName
{
background-color: #FD4292;
}
.BgClassName
{
background-color: #FD4292;
}
</style>
border-color css
<style>
span { border-color: #FD4292; }
span { border-color: rgb(253,66,146); }
td.TdClassName
{
border-color: #FD4292;
}
.TagClassName
{
border-color: #FD4292;
}
</style>