Shades of Radical Red #FB255B
Tints of Radical Red #FB255B
RGB
CMYK
RGB Variations
Color information
#FB255B (or 0xFB255B) is known color: Radical Red. HEX triplet: FB, 25 and 5B. RGB value is (251,37,91). Sum of RGB (Red+Green+Blue) = 251+37+91=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB255B is #04DAA4. Grayscale: #6B6B6B. Windows color (decimal): -318117 or 5973499. OLE color: 5973499.
HSL color Cylindrical-coordinate representation of color #FB255B: hue angle of 344.86º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB255B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 91 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.02 |
| HSL | 344.86º | 0.96% | 0.56% | - |
| HSV(B) | 344.86º | 0.85% | 0.98% | - |
| XYZ | 42.33 | 22.59 | 12.03 | - |
| YUV | 107.14 | 118.9 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 91 | 0 | 0.85 | 0.64 | 0.02 | 344.86 | 0.96 | 0.56 |
| Hex | FB | 25 | 5B | 0 | 55 | 40 | 2 | 159 | 60 | 38 |
| Octal | 373 | 45 | 133 | 0 | 125 | 100 | 2 | 531 | 140 | 70 |
| Binary | 11111011 | 100101 | 1011011 | 0 | 1010101 | 1000000 | 10 | 101011001 | 1100000 | 111000 |
Color Harmonies of #FB255B
Complementary color
Monochromatic Colors of #FB255B
Black with #FB255B
Text Example
Text Example
White with #FB255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB255B; }
p { color: rgb(251,37,91); }
H1.HeaderClassName
{
color: #FB255B;
}
.AnyTagClassName
{
color: #FB255B;
}
</style>
background-color css
<style>
a { background-color: #FB255B; }
a { background-color: rgb(251,37,91); }
div.DivClassName
{
background-color: #FB255B;
}
.BgClassName
{
background-color: #FB255B;
}
</style>
border-color css
<style>
span { border-color: #FB255B; }
span { border-color: rgb(251,37,91); }
td.TdClassName
{
border-color: #FB255B;
}
.TagClassName
{
border-color: #FB255B;
}
</style>