Shades of Radical Red #FB306D
Tints of Radical Red #FB306D
RGB
CMYK
RGB Variations
Color information
#FB306D (or 0xFB306D) is known color: Radical Red. HEX triplet: FB, 30 and 6D. RGB value is (251,48,109). Sum of RGB (Red+Green+Blue) = 251+48+109=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB306D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB306D is #04CF92. Grayscale: #737373. Windows color (decimal): -315283 or 7155963. OLE color: 7155963.
HSL color Cylindrical-coordinate representation of color #FB306D: hue angle of 341.97º 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 #FB306D is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 109 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.02 |
| HSL | 341.97º | 0.96% | 0.59% | - |
| HSV(B) | 341.97º | 0.81% | 0.98% | - |
| XYZ | 43.6 | 23.73 | 16.75 | - |
| YUV | 115.65 | 124.25 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 109 | 0 | 0.81 | 0.57 | 0.02 | 341.97 | 0.96 | 0.59 |
| Hex | FB | 30 | 6D | 0 | 51 | 39 | 2 | 156 | 60 | 3B |
| Octal | 373 | 60 | 155 | 0 | 121 | 71 | 2 | 526 | 140 | 73 |
| Binary | 11111011 | 110000 | 1101101 | 0 | 1010001 | 111001 | 10 | 101010110 | 1100000 | 111011 |
Color Harmonies of #FB306D
Complementary color
Monochromatic Colors of #FB306D
Black with #FB306D
Text Example
Text Example
White with #FB306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB306D; }
p { color: rgb(251,48,109); }
H1.HeaderClassName
{
color: #FB306D;
}
.AnyTagClassName
{
color: #FB306D;
}
</style>
background-color css
<style>
a { background-color: #FB306D; }
a { background-color: rgb(251,48,109); }
div.DivClassName
{
background-color: #FB306D;
}
.BgClassName
{
background-color: #FB306D;
}
</style>
border-color css
<style>
span { border-color: #FB306D; }
span { border-color: rgb(251,48,109); }
td.TdClassName
{
border-color: #FB306D;
}
.TagClassName
{
border-color: #FB306D;
}
</style>