Shades of Radical Red #FB314F
Tints of Radical Red #FB314F
RGB
CMYK
RGB Variations
Color information
#FB314F (or 0xFB314F) is known color: Radical Red. HEX triplet: FB, 31 and 4F. RGB value is (251,49,79). Sum of RGB (Red+Green+Blue) = 251+49+79=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB314F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB314F is #04CEB0. Grayscale: #707070. Windows color (decimal): -315057 or 5190139. OLE color: 5190139.
HSL color Cylindrical-coordinate representation of color #FB314F: hue angle of 351.09º 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 #FB314F is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 79 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.02 |
| HSL | 351.09º | 0.96% | 0.59% | - |
| HSV(B) | 351.09º | 0.8% | 0.98% | - |
| XYZ | 42.29 | 23.27 | 9.66 | - |
| YUV | 112.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 79 | 0 | 0.80 | 0.69 | 0.02 | 351.09 | 0.96 | 0.59 |
| Hex | FB | 31 | 4F | 0 | 50 | 45 | 2 | 15F | 60 | 3B |
| Octal | 373 | 61 | 117 | 0 | 120 | 105 | 2 | 537 | 140 | 73 |
| Binary | 11111011 | 110001 | 1001111 | 0 | 1010000 | 1000101 | 10 | 101011111 | 1100000 | 111011 |
Color Harmonies of #FB314F
Complementary color
Monochromatic Colors of #FB314F
Black with #FB314F
Text Example
Text Example
White with #FB314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB314F; }
p { color: rgb(251,49,79); }
H1.HeaderClassName
{
color: #FB314F;
}
.AnyTagClassName
{
color: #FB314F;
}
</style>
background-color css
<style>
a { background-color: #FB314F; }
a { background-color: rgb(251,49,79); }
div.DivClassName
{
background-color: #FB314F;
}
.BgClassName
{
background-color: #FB314F;
}
</style>
border-color css
<style>
span { border-color: #FB314F; }
span { border-color: rgb(251,49,79); }
td.TdClassName
{
border-color: #FB314F;
}
.TagClassName
{
border-color: #FB314F;
}
</style>