Shades of Radical Red #FB305B
Tints of Radical Red #FB305B
RGB
CMYK
RGB Variations
Color information
#FB305B (or 0xFB305B) is known color: Radical Red. HEX triplet: FB, 30 and 5B. RGB value is (251,48,91). Sum of RGB (Red+Green+Blue) = 251+48+91=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB305B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB305B is #04CFA4. Grayscale: #717171. Windows color (decimal): -315301 or 5976315. OLE color: 5976315.
HSL color Cylindrical-coordinate representation of color #FB305B: hue angle of 347.29º 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 #FB305B is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 91 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.02 |
| HSL | 347.29º | 0.96% | 0.59% | - |
| HSV(B) | 347.29º | 0.81% | 0.98% | - |
| XYZ | 42.73 | 23.38 | 12.16 | - |
| YUV | 113.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 91 | 0 | 0.81 | 0.64 | 0.02 | 347.29 | 0.96 | 0.59 |
| Hex | FB | 30 | 5B | 0 | 51 | 40 | 2 | 15B | 60 | 3B |
| Octal | 373 | 60 | 133 | 0 | 121 | 100 | 2 | 533 | 140 | 73 |
| Binary | 11111011 | 110000 | 1011011 | 0 | 1010001 | 1000000 | 10 | 101011011 | 1100000 | 111011 |
Color Harmonies of #FB305B
Complementary color
Monochromatic Colors of #FB305B
Black with #FB305B
Text Example
Text Example
White with #FB305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB305B; }
p { color: rgb(251,48,91); }
H1.HeaderClassName
{
color: #FB305B;
}
.AnyTagClassName
{
color: #FB305B;
}
</style>
background-color css
<style>
a { background-color: #FB305B; }
a { background-color: rgb(251,48,91); }
div.DivClassName
{
background-color: #FB305B;
}
.BgClassName
{
background-color: #FB305B;
}
</style>
border-color css
<style>
span { border-color: #FB305B; }
span { border-color: rgb(251,48,91); }
td.TdClassName
{
border-color: #FB305B;
}
.TagClassName
{
border-color: #FB305B;
}
</style>