Shades of Radical Red #FB306C
Tints of Radical Red #FB306C
RGB
CMYK
RGB Variations
Color information
#FB306C (or 0xFB306C) is known color: Radical Red. HEX triplet: FB, 30 and 6C. RGB value is (251,48,108). Sum of RGB (Red+Green+Blue) = 251+48+108=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB306C is #04CF93. Grayscale: #737373. Windows color (decimal): -315284 or 7090427. OLE color: 7090427.
HSL color Cylindrical-coordinate representation of color #FB306C: hue angle of 342.27º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB306C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 108 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.02 |
| HSL | 342.27º | 0.96% | 0.59% | - |
| HSV(B) | 342.27º | 0.81% | 0.98% | - |
| XYZ | 43.55 | 23.71 | 16.47 | - |
| YUV | 115.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 108 | 0 | 0.81 | 0.57 | 0.02 | 342.27 | 0.96 | 0.59 |
| Hex | FB | 30 | 6C | 0 | 51 | 39 | 2 | 156 | 60 | 3B |
| Octal | 373 | 60 | 154 | 0 | 121 | 71 | 2 | 526 | 140 | 73 |
| Binary | 11111011 | 110000 | 1101100 | 0 | 1010001 | 111001 | 10 | 101010110 | 1100000 | 111011 |
Color Harmonies of #FB306C
Complementary color
Monochromatic Colors of #FB306C
Black with #FB306C
Text Example
Text Example
White with #FB306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB306C; }
p { color: rgb(251,48,108); }
H1.HeaderClassName
{
color: #FB306C;
}
.AnyTagClassName
{
color: #FB306C;
}
</style>
background-color css
<style>
a { background-color: #FB306C; }
a { background-color: rgb(251,48,108); }
div.DivClassName
{
background-color: #FB306C;
}
.BgClassName
{
background-color: #FB306C;
}
</style>
border-color css
<style>
span { border-color: #FB306C; }
span { border-color: rgb(251,48,108); }
td.TdClassName
{
border-color: #FB306C;
}
.TagClassName
{
border-color: #FB306C;
}
</style>