Shades of Violet Red #FD297A
Tints of Violet Red #FD297A
RGB
CMYK
RGB Variations
Color information
#FD297A (or 0xFD297A) is known color: Violet Red. HEX triplet: FD, 29 and 7A. RGB value is (253,41,122). Sum of RGB (Red+Green+Blue) = 253+41+122=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD297A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD297A is #02D685. Grayscale: #717171. Windows color (decimal): -185990 or 8006141. OLE color: 8006141.
HSL color Cylindrical-coordinate representation of color #FD297A: hue angle of 337.08º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD297A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 122 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.01 |
| HSL | 337.08º | 0.98% | 0.58% | - |
| HSV(B) | 337.08º | 0.84% | 0.99% | - |
| XYZ | 44.81 | 23.87 | 20.66 | - |
| YUV | 113.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 122 | 0 | 0.84 | 0.52 | 0.01 | 337.08 | 0.98 | 0.58 |
| Hex | FD | 29 | 7A | 0 | 54 | 34 | 1 | 151 | 62 | 3A |
| Octal | 375 | 51 | 172 | 0 | 124 | 64 | 1 | 521 | 142 | 72 |
| Binary | 11111101 | 101001 | 1111010 | 0 | 1010100 | 110100 | 1 | 101010001 | 1100010 | 111010 |
Color Harmonies of #FD297A
Complementary color
Monochromatic Colors of #FD297A
Black with #FD297A
Text Example
Text Example
White with #FD297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD297A; }
p { color: rgb(253,41,122); }
H1.HeaderClassName
{
color: #FD297A;
}
.AnyTagClassName
{
color: #FD297A;
}
</style>
background-color css
<style>
a { background-color: #FD297A; }
a { background-color: rgb(253,41,122); }
div.DivClassName
{
background-color: #FD297A;
}
.BgClassName
{
background-color: #FD297A;
}
</style>
border-color css
<style>
span { border-color: #FD297A; }
span { border-color: rgb(253,41,122); }
td.TdClassName
{
border-color: #FD297A;
}
.TagClassName
{
border-color: #FD297A;
}
</style>