Shades of Violet Red #FD417B
Tints of Violet Red #FD417B
RGB
CMYK
RGB Variations
Color information
#FD417B (or 0xFD417B) is known color: Violet Red. HEX triplet: FD, 41 and 7B. RGB value is (253,65,123). Sum of RGB (Red+Green+Blue) = 253+65+123=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD417B is #02BE84. Grayscale: #7F7F7F. Windows color (decimal): -179845 or 8077821. OLE color: 8077821.
HSL color Cylindrical-coordinate representation of color #FD417B: hue angle of 341.49º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD417B is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 123 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.01 |
| HSL | 341.49º | 0.98% | 0.62% | - |
| HSV(B) | 341.49º | 0.74% | 0.99% | - |
| XYZ | 45.97 | 26.09 | 21.35 | - |
| YUV | 127.82 | 125.28 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 123 | 0 | 0.74 | 0.51 | 0.01 | 341.49 | 0.98 | 0.62 |
| Hex | FD | 41 | 7B | 0 | 4A | 33 | 1 | 155 | 62 | 3E |
| Octal | 375 | 101 | 173 | 0 | 112 | 63 | 1 | 525 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1111011 | 0 | 1001010 | 110011 | 1 | 101010101 | 1100010 | 111110 |
Color Harmonies of #FD417B
Complementary color
Monochromatic Colors of #FD417B
Black with #FD417B
Text Example
Text Example
White with #FD417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD417B; }
p { color: rgb(253,65,123); }
H1.HeaderClassName
{
color: #FD417B;
}
.AnyTagClassName
{
color: #FD417B;
}
</style>
background-color css
<style>
a { background-color: #FD417B; }
a { background-color: rgb(253,65,123); }
div.DivClassName
{
background-color: #FD417B;
}
.BgClassName
{
background-color: #FD417B;
}
</style>
border-color css
<style>
span { border-color: #FD417B; }
span { border-color: rgb(253,65,123); }
td.TdClassName
{
border-color: #FD417B;
}
.TagClassName
{
border-color: #FD417B;
}
</style>