Shades of Violet Red #FB3F78
Tints of Violet Red #FB3F78
RGB
CMYK
RGB Variations
Color information
#FB3F78 (or 0xFB3F78) is known color: Violet Red. HEX triplet: FB, 3F and 78. RGB value is (251,63,120). Sum of RGB (Red+Green+Blue) = 251+63+120=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3F78 is #04C087. Grayscale: #7D7D7D. Windows color (decimal): -311432 or 7880699. OLE color: 7880699.
HSL color Cylindrical-coordinate representation of color #FB3F78: hue angle of 341.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3F78 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 120 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.02 |
| HSL | 341.81º | 0.96% | 0.62% | - |
| HSV(B) | 341.81º | 0.75% | 0.98% | - |
| XYZ | 44.95 | 25.42 | 20.31 | - |
| YUV | 125.71 | 124.78 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 120 | 0 | 0.75 | 0.52 | 0.02 | 341.81 | 0.96 | 0.62 |
| Hex | FB | 3F | 78 | 0 | 4B | 34 | 2 | 156 | 60 | 3E |
| Octal | 373 | 77 | 170 | 0 | 113 | 64 | 2 | 526 | 140 | 76 |
| Binary | 11111011 | 111111 | 1111000 | 0 | 1001011 | 110100 | 10 | 101010110 | 1100000 | 111110 |
Color Harmonies of #FB3F78
Complementary color
Monochromatic Colors of #FB3F78
Black with #FB3F78
Text Example
Text Example
White with #FB3F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F78; }
p { color: rgb(251,63,120); }
H1.HeaderClassName
{
color: #FB3F78;
}
.AnyTagClassName
{
color: #FB3F78;
}
</style>
background-color css
<style>
a { background-color: #FB3F78; }
a { background-color: rgb(251,63,120); }
div.DivClassName
{
background-color: #FB3F78;
}
.BgClassName
{
background-color: #FB3F78;
}
</style>
border-color css
<style>
span { border-color: #FB3F78; }
span { border-color: rgb(251,63,120); }
td.TdClassName
{
border-color: #FB3F78;
}
.TagClassName
{
border-color: #FB3F78;
}
</style>