Shades of Violet Red #FC458B
Tints of Violet Red #FC458B
RGB
CMYK
RGB Variations
Color information
#FC458B (or 0xFC458B) is known color: Violet Red. HEX triplet: FC, 45 and 8B. RGB value is (252,69,139). Sum of RGB (Red+Green+Blue) = 252+69+139=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC458B is #03BA74. Grayscale: #838383. Windows color (decimal): -244341 or 9127420. OLE color: 9127420.
HSL color Cylindrical-coordinate representation of color #FC458B: hue angle of 337.05º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC458B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 139 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.01 |
| HSL | 337.05º | 0.97% | 0.63% | - |
| HSV(B) | 337.05º | 0.73% | 0.99% | - |
| XYZ | 46.93 | 26.82 | 27.13 | - |
| YUV | 131.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 139 | 0 | 0.73 | 0.45 | 0.01 | 337.05 | 0.97 | 0.63 |
| Hex | FC | 45 | 8B | 0 | 49 | 2D | 1 | 151 | 61 | 3F |
| Octal | 374 | 105 | 213 | 0 | 111 | 55 | 1 | 521 | 141 | 77 |
| Binary | 11111100 | 1000101 | 10001011 | 0 | 1001001 | 101101 | 1 | 101010001 | 1100001 | 111111 |
Color Harmonies of #FC458B
Complementary color
Monochromatic Colors of #FC458B
Black with #FC458B
Text Example
Text Example
White with #FC458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC458B; }
p { color: rgb(252,69,139); }
H1.HeaderClassName
{
color: #FC458B;
}
.AnyTagClassName
{
color: #FC458B;
}
</style>
background-color css
<style>
a { background-color: #FC458B; }
a { background-color: rgb(252,69,139); }
div.DivClassName
{
background-color: #FC458B;
}
.BgClassName
{
background-color: #FC458B;
}
</style>
border-color css
<style>
span { border-color: #FC458B; }
span { border-color: rgb(252,69,139); }
td.TdClassName
{
border-color: #FC458B;
}
.TagClassName
{
border-color: #FC458B;
}
</style>