Shades of Radical Red #FB3069
Tints of Radical Red #FB3069
RGB
CMYK
RGB Variations
Color information
#FB3069 (or 0xFB3069) is known color: Radical Red. HEX triplet: FB, 30 and 69. RGB value is (251,48,105). Sum of RGB (Red+Green+Blue) = 251+48+105=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3069 is #04CF96. Grayscale: #737373. Windows color (decimal): -315287 or 6893819. OLE color: 6893819.
HSL color Cylindrical-coordinate representation of color #FB3069: hue angle of 343.15º 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 #FB3069 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 105 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.02 |
| HSL | 343.15º | 0.96% | 0.59% | - |
| HSV(B) | 343.15º | 0.81% | 0.98% | - |
| XYZ | 43.39 | 23.64 | 15.64 | - |
| YUV | 115.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 105 | 0 | 0.81 | 0.58 | 0.02 | 343.15 | 0.96 | 0.59 |
| Hex | FB | 30 | 69 | 0 | 51 | 3A | 2 | 157 | 60 | 3B |
| Octal | 373 | 60 | 151 | 0 | 121 | 72 | 2 | 527 | 140 | 73 |
| Binary | 11111011 | 110000 | 1101001 | 0 | 1010001 | 111010 | 10 | 101010111 | 1100000 | 111011 |
Color Harmonies of #FB3069
Complementary color
Monochromatic Colors of #FB3069
Black with #FB3069
Text Example
Text Example
White with #FB3069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3069; }
p { color: rgb(251,48,105); }
H1.HeaderClassName
{
color: #FB3069;
}
.AnyTagClassName
{
color: #FB3069;
}
</style>
background-color css
<style>
a { background-color: #FB3069; }
a { background-color: rgb(251,48,105); }
div.DivClassName
{
background-color: #FB3069;
}
.BgClassName
{
background-color: #FB3069;
}
</style>
border-color css
<style>
span { border-color: #FB3069; }
span { border-color: rgb(251,48,105); }
td.TdClassName
{
border-color: #FB3069;
}
.TagClassName
{
border-color: #FB3069;
}
</style>