Shades of Violet Red #FB407F
Tints of Violet Red #FB407F
RGB
CMYK
RGB Variations
Color information
#FB407F (or 0xFB407F) is known color: Violet Red. HEX triplet: FB, 40 and 7F. RGB value is (251,64,127). Sum of RGB (Red+Green+Blue) = 251+64+127=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB407F is #04BF80. Grayscale: #7F7F7F. Windows color (decimal): -311169 or 8339707. OLE color: 8339707.
HSL color Cylindrical-coordinate representation of color #FB407F: hue angle of 339.79º 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 #FB407F is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 127 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.02 |
| HSL | 339.79º | 0.96% | 0.62% | - |
| HSV(B) | 339.79º | 0.75% | 0.98% | - |
| XYZ | 45.45 | 25.71 | 22.65 | - |
| YUV | 127.1 | 127.95 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 127 | 0 | 0.75 | 0.49 | 0.02 | 339.79 | 0.96 | 0.62 |
| Hex | FB | 40 | 7F | 0 | 4B | 31 | 2 | 154 | 60 | 3E |
| Octal | 373 | 100 | 177 | 0 | 113 | 61 | 2 | 524 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1111111 | 0 | 1001011 | 110001 | 10 | 101010100 | 1100000 | 111110 |
Color Harmonies of #FB407F
Complementary color
Monochromatic Colors of #FB407F
Black with #FB407F
Text Example
Text Example
White with #FB407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB407F; }
p { color: rgb(251,64,127); }
H1.HeaderClassName
{
color: #FB407F;
}
.AnyTagClassName
{
color: #FB407F;
}
</style>
background-color css
<style>
a { background-color: #FB407F; }
a { background-color: rgb(251,64,127); }
div.DivClassName
{
background-color: #FB407F;
}
.BgClassName
{
background-color: #FB407F;
}
</style>
border-color css
<style>
span { border-color: #FB407F; }
span { border-color: rgb(251,64,127); }
td.TdClassName
{
border-color: #FB407F;
}
.TagClassName
{
border-color: #FB407F;
}
</style>