Shades of Radical Red #FB394F
Tints of Radical Red #FB394F
RGB
CMYK
RGB Variations
Color information
#FB394F (or 0xFB394F) is known color: Radical Red. HEX triplet: FB, 39 and 4F. RGB value is (251,57,79). Sum of RGB (Red+Green+Blue) = 251+57+79=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB394F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB394F is #04C6B0. Grayscale: #757575. Windows color (decimal): -313009 or 5192187. OLE color: 5192187.
HSL color Cylindrical-coordinate representation of color #FB394F: hue angle of 353.2º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB394F is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 79 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.02 |
| HSL | 353.2º | 0.96% | 0.6% | - |
| HSV(B) | 353.2º | 0.77% | 0.98% | - |
| XYZ | 42.66 | 24 | 9.78 | - |
| YUV | 117.51 | 106.27 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 79 | 0 | 0.77 | 0.69 | 0.02 | 353.2 | 0.96 | 0.6 |
| Hex | FB | 39 | 4F | 0 | 4D | 45 | 2 | 161 | 60 | 3C |
| Octal | 373 | 71 | 117 | 0 | 115 | 105 | 2 | 541 | 140 | 74 |
| Binary | 11111011 | 111001 | 1001111 | 0 | 1001101 | 1000101 | 10 | 101100001 | 1100000 | 111100 |
Color Harmonies of #FB394F
Complementary color
Monochromatic Colors of #FB394F
Black with #FB394F
Text Example
Text Example
White with #FB394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB394F; }
p { color: rgb(251,57,79); }
H1.HeaderClassName
{
color: #FB394F;
}
.AnyTagClassName
{
color: #FB394F;
}
</style>
background-color css
<style>
a { background-color: #FB394F; }
a { background-color: rgb(251,57,79); }
div.DivClassName
{
background-color: #FB394F;
}
.BgClassName
{
background-color: #FB394F;
}
</style>
border-color css
<style>
span { border-color: #FB394F; }
span { border-color: rgb(251,57,79); }
td.TdClassName
{
border-color: #FB394F;
}
.TagClassName
{
border-color: #FB394F;
}
</style>