Shades of Violet Red #FD468F
Tints of Violet Red #FD468F
RGB
CMYK
RGB Variations
Color information
#FD468F (or 0xFD468F) is known color: Violet Red. HEX triplet: FD, 46 and 8F. RGB value is (253,70,143). Sum of RGB (Red+Green+Blue) = 253+70+143=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD468F is #02B970. Grayscale: #848484. Windows color (decimal): -178545 or 9389821. OLE color: 9389821.
HSL color Cylindrical-coordinate representation of color #FD468F: hue angle of 336.07º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD468F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 143 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.01 |
| HSL | 336.07º | 0.98% | 0.63% | - |
| HSV(B) | 336.07º | 0.72% | 0.99% | - |
| XYZ | 47.66 | 27.25 | 28.73 | - |
| YUV | 133.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 143 | 0 | 0.72 | 0.43 | 0.01 | 336.07 | 0.98 | 0.63 |
| Hex | FD | 46 | 8F | 0 | 48 | 2B | 1 | 150 | 62 | 3F |
| Octal | 375 | 106 | 217 | 0 | 110 | 53 | 1 | 520 | 142 | 77 |
| Binary | 11111101 | 1000110 | 10001111 | 0 | 1001000 | 101011 | 1 | 101010000 | 1100010 | 111111 |
Color Harmonies of #FD468F
Complementary color
Monochromatic Colors of #FD468F
Black with #FD468F
Text Example
Text Example
White with #FD468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD468F; }
p { color: rgb(253,70,143); }
H1.HeaderClassName
{
color: #FD468F;
}
.AnyTagClassName
{
color: #FD468F;
}
</style>
background-color css
<style>
a { background-color: #FD468F; }
a { background-color: rgb(253,70,143); }
div.DivClassName
{
background-color: #FD468F;
}
.BgClassName
{
background-color: #FD468F;
}
</style>
border-color css
<style>
span { border-color: #FD468F; }
span { border-color: rgb(253,70,143); }
td.TdClassName
{
border-color: #FD468F;
}
.TagClassName
{
border-color: #FD468F;
}
</style>