Shades of Violet Red #FB3F74
Tints of Violet Red #FB3F74
RGB
CMYK
RGB Variations
Color information
#FB3F74 (or 0xFB3F74) is known color: Violet Red. HEX triplet: FB, 3F and 74. RGB value is (251,63,116). Sum of RGB (Red+Green+Blue) = 251+63+116=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3F74 is #04C08B. Grayscale: #7D7D7D. Windows color (decimal): -311436 or 7618555. OLE color: 7618555.
HSL color Cylindrical-coordinate representation of color #FB3F74: hue angle of 343.09º 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 #FB3F74 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 116 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.02 |
| HSL | 343.09º | 0.96% | 0.62% | - |
| HSV(B) | 343.09º | 0.75% | 0.98% | - |
| XYZ | 44.71 | 25.33 | 19.05 | - |
| YUV | 125.25 | 122.78 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 116 | 0 | 0.75 | 0.54 | 0.02 | 343.09 | 0.96 | 0.62 |
| Hex | FB | 3F | 74 | 0 | 4B | 36 | 2 | 157 | 60 | 3E |
| Octal | 373 | 77 | 164 | 0 | 113 | 66 | 2 | 527 | 140 | 76 |
| Binary | 11111011 | 111111 | 1110100 | 0 | 1001011 | 110110 | 10 | 101010111 | 1100000 | 111110 |
Color Harmonies of #FB3F74
Complementary color
Monochromatic Colors of #FB3F74
Black with #FB3F74
Text Example
Text Example
White with #FB3F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F74; }
p { color: rgb(251,63,116); }
H1.HeaderClassName
{
color: #FB3F74;
}
.AnyTagClassName
{
color: #FB3F74;
}
</style>
background-color css
<style>
a { background-color: #FB3F74; }
a { background-color: rgb(251,63,116); }
div.DivClassName
{
background-color: #FB3F74;
}
.BgClassName
{
background-color: #FB3F74;
}
</style>
border-color css
<style>
span { border-color: #FB3F74; }
span { border-color: rgb(251,63,116); }
td.TdClassName
{
border-color: #FB3F74;
}
.TagClassName
{
border-color: #FB3F74;
}
</style>