Shades of Radical Red #FB306A
Tints of Radical Red #FB306A
RGB
CMYK
RGB Variations
Color information
#FB306A (or 0xFB306A) is known color: Radical Red. HEX triplet: FB, 30 and 6A. RGB value is (251,48,106). Sum of RGB (Red+Green+Blue) = 251+48+106=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB306A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB306A is #04CF95. Grayscale: #737373. Windows color (decimal): -315286 or 6959355. OLE color: 6959355.
HSL color Cylindrical-coordinate representation of color #FB306A: hue angle of 342.86º 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 #FB306A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 106 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.02 |
| HSL | 342.86º | 0.96% | 0.59% | - |
| HSV(B) | 342.86º | 0.81% | 0.98% | - |
| XYZ | 43.44 | 23.66 | 15.91 | - |
| YUV | 115.31 | 122.75 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 106 | 0 | 0.81 | 0.58 | 0.02 | 342.86 | 0.96 | 0.59 |
| Hex | FB | 30 | 6A | 0 | 51 | 3A | 2 | 157 | 60 | 3B |
| Octal | 373 | 60 | 152 | 0 | 121 | 72 | 2 | 527 | 140 | 73 |
| Binary | 11111011 | 110000 | 1101010 | 0 | 1010001 | 111010 | 10 | 101010111 | 1100000 | 111011 |
Color Harmonies of #FB306A
Complementary color
Monochromatic Colors of #FB306A
Black with #FB306A
Text Example
Text Example
White with #FB306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB306A; }
p { color: rgb(251,48,106); }
H1.HeaderClassName
{
color: #FB306A;
}
.AnyTagClassName
{
color: #FB306A;
}
</style>
background-color css
<style>
a { background-color: #FB306A; }
a { background-color: rgb(251,48,106); }
div.DivClassName
{
background-color: #FB306A;
}
.BgClassName
{
background-color: #FB306A;
}
</style>
border-color css
<style>
span { border-color: #FB306A; }
span { border-color: rgb(251,48,106); }
td.TdClassName
{
border-color: #FB306A;
}
.TagClassName
{
border-color: #FB306A;
}
</style>