Shades of Violet Red #FB427C
Tints of Violet Red #FB427C
RGB
CMYK
RGB Variations
Color information
#FB427C (or 0xFB427C) is known color: Violet Red. HEX triplet: FB, 42 and 7C. RGB value is (251,66,124). Sum of RGB (Red+Green+Blue) = 251+66+124=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB427C is #04BD83. Grayscale: #7F7F7F. Windows color (decimal): -310660 or 8143611. OLE color: 8143611.
HSL color Cylindrical-coordinate representation of color #FB427C: hue angle of 341.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB427C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 124 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.02 |
| HSL | 341.19º | 0.96% | 0.62% | - |
| HSV(B) | 341.19º | 0.74% | 0.98% | - |
| XYZ | 45.37 | 25.86 | 21.67 | - |
| YUV | 127.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 124 | 0 | 0.74 | 0.51 | 0.02 | 341.19 | 0.96 | 0.62 |
| Hex | FB | 42 | 7C | 0 | 4A | 33 | 2 | 155 | 60 | 3E |
| Octal | 373 | 102 | 174 | 0 | 112 | 63 | 2 | 525 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1111100 | 0 | 1001010 | 110011 | 10 | 101010101 | 1100000 | 111110 |
Color Harmonies of #FB427C
Complementary color
Monochromatic Colors of #FB427C
Black with #FB427C
Text Example
Text Example
White with #FB427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB427C; }
p { color: rgb(251,66,124); }
H1.HeaderClassName
{
color: #FB427C;
}
.AnyTagClassName
{
color: #FB427C;
}
</style>
background-color css
<style>
a { background-color: #FB427C; }
a { background-color: rgb(251,66,124); }
div.DivClassName
{
background-color: #FB427C;
}
.BgClassName
{
background-color: #FB427C;
}
</style>
border-color css
<style>
span { border-color: #FB427C; }
span { border-color: rgb(251,66,124); }
td.TdClassName
{
border-color: #FB427C;
}
.TagClassName
{
border-color: #FB427C;
}
</style>