Shades of Violet Red #FC407B
Tints of Violet Red #FC407B
RGB
CMYK
RGB Variations
Color information
#FC407B (or 0xFC407B) is known color: Violet Red. HEX triplet: FC, 40 and 7B. RGB value is (252,64,123). Sum of RGB (Red+Green+Blue) = 252+64+123=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC407B is #03BF84. Grayscale: #7E7E7E. Windows color (decimal): -245637 or 8077564. OLE color: 8077564.
HSL color Cylindrical-coordinate representation of color #FC407B: hue angle of 341.17º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC407B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 123 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.01 |
| HSL | 341.17º | 0.97% | 0.62% | - |
| HSV(B) | 341.17º | 0.75% | 0.99% | - |
| XYZ | 45.55 | 25.79 | 21.32 | - |
| YUV | 126.94 | 125.78 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 123 | 0 | 0.75 | 0.51 | 0.01 | 341.17 | 0.97 | 0.62 |
| Hex | FC | 40 | 7B | 0 | 4B | 33 | 1 | 155 | 61 | 3E |
| Octal | 374 | 100 | 173 | 0 | 113 | 63 | 1 | 525 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1111011 | 0 | 1001011 | 110011 | 1 | 101010101 | 1100001 | 111110 |
Color Harmonies of #FC407B
Complementary color
Monochromatic Colors of #FC407B
Black with #FC407B
Text Example
Text Example
White with #FC407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC407B; }
p { color: rgb(252,64,123); }
H1.HeaderClassName
{
color: #FC407B;
}
.AnyTagClassName
{
color: #FC407B;
}
</style>
background-color css
<style>
a { background-color: #FC407B; }
a { background-color: rgb(252,64,123); }
div.DivClassName
{
background-color: #FC407B;
}
.BgClassName
{
background-color: #FC407B;
}
</style>
border-color css
<style>
span { border-color: #FC407B; }
span { border-color: rgb(252,64,123); }
td.TdClassName
{
border-color: #FC407B;
}
.TagClassName
{
border-color: #FC407B;
}
</style>