Shades of Violet Red #FB427B
Tints of Violet Red #FB427B
RGB
CMYK
RGB Variations
Color information
#FB427B (or 0xFB427B) is known color: Violet Red. HEX triplet: FB, 42 and 7B. RGB value is (251,66,123). Sum of RGB (Red+Green+Blue) = 251+66+123=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB427B is #04BD84. Grayscale: #7F7F7F. Windows color (decimal): -310661 or 8078075. OLE color: 8078075.
HSL color Cylindrical-coordinate representation of color #FB427B: hue angle of 341.51º 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 #FB427B is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 123 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.02 |
| HSL | 341.51º | 0.96% | 0.62% | - |
| HSV(B) | 341.51º | 0.74% | 0.98% | - |
| XYZ | 45.31 | 25.84 | 21.34 | - |
| YUV | 127.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 123 | 0 | 0.74 | 0.51 | 0.02 | 341.51 | 0.96 | 0.62 |
| Hex | FB | 42 | 7B | 0 | 4A | 33 | 2 | 156 | 60 | 3E |
| Octal | 373 | 102 | 173 | 0 | 112 | 63 | 2 | 526 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1111011 | 0 | 1001010 | 110011 | 10 | 101010110 | 1100000 | 111110 |
Color Harmonies of #FB427B
Complementary color
Monochromatic Colors of #FB427B
Black with #FB427B
Text Example
Text Example
White with #FB427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB427B; }
p { color: rgb(251,66,123); }
H1.HeaderClassName
{
color: #FB427B;
}
.AnyTagClassName
{
color: #FB427B;
}
</style>
background-color css
<style>
a { background-color: #FB427B; }
a { background-color: rgb(251,66,123); }
div.DivClassName
{
background-color: #FB427B;
}
.BgClassName
{
background-color: #FB427B;
}
</style>
border-color css
<style>
span { border-color: #FB427B; }
span { border-color: rgb(251,66,123); }
td.TdClassName
{
border-color: #FB427B;
}
.TagClassName
{
border-color: #FB427B;
}
</style>