Shades of Radical Red #FB315F
Tints of Radical Red #FB315F
RGB
CMYK
RGB Variations
Color information
#FB315F (or 0xFB315F) is known color: Radical Red. HEX triplet: FB, 31 and 5F. RGB value is (251,49,95). Sum of RGB (Red+Green+Blue) = 251+49+95=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB315F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB315F is #04CEA0. Grayscale: #727272. Windows color (decimal): -315041 or 6238715. OLE color: 6238715.
HSL color Cylindrical-coordinate representation of color #FB315F: hue angle of 346.34º 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 #FB315F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 95 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.02 |
| HSL | 346.34º | 0.96% | 0.59% | - |
| HSV(B) | 346.34º | 0.8% | 0.98% | - |
| XYZ | 42.95 | 23.53 | 13.11 | - |
| YUV | 114.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 95 | 0 | 0.80 | 0.62 | 0.02 | 346.34 | 0.96 | 0.59 |
| Hex | FB | 31 | 5F | 0 | 50 | 3E | 2 | 15A | 60 | 3B |
| Octal | 373 | 61 | 137 | 0 | 120 | 76 | 2 | 532 | 140 | 73 |
| Binary | 11111011 | 110001 | 1011111 | 0 | 1010000 | 111110 | 10 | 101011010 | 1100000 | 111011 |
Color Harmonies of #FB315F
Complementary color
Monochromatic Colors of #FB315F
Black with #FB315F
Text Example
Text Example
White with #FB315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB315F; }
p { color: rgb(251,49,95); }
H1.HeaderClassName
{
color: #FB315F;
}
.AnyTagClassName
{
color: #FB315F;
}
</style>
background-color css
<style>
a { background-color: #FB315F; }
a { background-color: rgb(251,49,95); }
div.DivClassName
{
background-color: #FB315F;
}
.BgClassName
{
background-color: #FB315F;
}
</style>
border-color css
<style>
span { border-color: #FB315F; }
span { border-color: rgb(251,49,95); }
td.TdClassName
{
border-color: #FB315F;
}
.TagClassName
{
border-color: #FB315F;
}
</style>