Shades of Radical Red #FB255F
Tints of Radical Red #FB255F
RGB
CMYK
RGB Variations
Color information
#FB255F (or 0xFB255F) is known color: Radical Red. HEX triplet: FB, 25 and 5F. RGB value is (251,37,95). Sum of RGB (Red+Green+Blue) = 251+37+95=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB255F is #04DAA0. Grayscale: #6B6B6B. Windows color (decimal): -318113 or 6235643. OLE color: 6235643.
HSL color Cylindrical-coordinate representation of color #FB255F: hue angle of 343.74º 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 #FB255F is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 95 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.02 |
| HSL | 343.74º | 0.96% | 0.56% | - |
| HSV(B) | 343.74º | 0.85% | 0.98% | - |
| XYZ | 42.51 | 22.66 | 12.96 | - |
| YUV | 107.6 | 120.9 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 95 | 0 | 0.85 | 0.62 | 0.02 | 343.74 | 0.96 | 0.56 |
| Hex | FB | 25 | 5F | 0 | 55 | 3E | 2 | 158 | 60 | 38 |
| Octal | 373 | 45 | 137 | 0 | 125 | 76 | 2 | 530 | 140 | 70 |
| Binary | 11111011 | 100101 | 1011111 | 0 | 1010101 | 111110 | 10 | 101011000 | 1100000 | 111000 |
Color Harmonies of #FB255F
Complementary color
Monochromatic Colors of #FB255F
Black with #FB255F
Text Example
Text Example
White with #FB255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB255F; }
p { color: rgb(251,37,95); }
H1.HeaderClassName
{
color: #FB255F;
}
.AnyTagClassName
{
color: #FB255F;
}
</style>
background-color css
<style>
a { background-color: #FB255F; }
a { background-color: rgb(251,37,95); }
div.DivClassName
{
background-color: #FB255F;
}
.BgClassName
{
background-color: #FB255F;
}
</style>
border-color css
<style>
span { border-color: #FB255F; }
span { border-color: rgb(251,37,95); }
td.TdClassName
{
border-color: #FB255F;
}
.TagClassName
{
border-color: #FB255F;
}
</style>