Shades of Radical Red #FB314E
Tints of Radical Red #FB314E
RGB
CMYK
RGB Variations
Color information
#FB314E (or 0xFB314E) is known color: Radical Red. HEX triplet: FB, 31 and 4E. RGB value is (251,49,78). Sum of RGB (Red+Green+Blue) = 251+49+78=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB314E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB314E is #04CEB1. Grayscale: #707070. Windows color (decimal): -315058 or 5124603. OLE color: 5124603.
HSL color Cylindrical-coordinate representation of color #FB314E: hue angle of 351.39º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB314E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 78 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.02 |
| HSL | 351.39º | 0.96% | 0.59% | - |
| HSV(B) | 351.39º | 0.8% | 0.98% | - |
| XYZ | 42.26 | 23.26 | 9.47 | - |
| YUV | 112.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 78 | 0 | 0.80 | 0.69 | 0.02 | 351.39 | 0.96 | 0.59 |
| Hex | FB | 31 | 4E | 0 | 50 | 45 | 2 | 15F | 60 | 3B |
| Octal | 373 | 61 | 116 | 0 | 120 | 105 | 2 | 537 | 140 | 73 |
| Binary | 11111011 | 110001 | 1001110 | 0 | 1010000 | 1000101 | 10 | 101011111 | 1100000 | 111011 |
Color Harmonies of #FB314E
Complementary color
Monochromatic Colors of #FB314E
Black with #FB314E
Text Example
Text Example
White with #FB314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB314E; }
p { color: rgb(251,49,78); }
H1.HeaderClassName
{
color: #FB314E;
}
.AnyTagClassName
{
color: #FB314E;
}
</style>
background-color css
<style>
a { background-color: #FB314E; }
a { background-color: rgb(251,49,78); }
div.DivClassName
{
background-color: #FB314E;
}
.BgClassName
{
background-color: #FB314E;
}
</style>
border-color css
<style>
span { border-color: #FB314E; }
span { border-color: rgb(251,49,78); }
td.TdClassName
{
border-color: #FB314E;
}
.TagClassName
{
border-color: #FB314E;
}
</style>