Shades of Radical Red #FB256C
Tints of Radical Red #FB256C
RGB
CMYK
RGB Variations
Color information
#FB256C (or 0xFB256C) is known color: Radical Red. HEX triplet: FB, 25 and 6C. RGB value is (251,37,108). Sum of RGB (Red+Green+Blue) = 251+37+108=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB256C is #04DA93. Grayscale: #6D6D6D. Windows color (decimal): -318100 or 7087611. OLE color: 7087611.
HSL color Cylindrical-coordinate representation of color #FB256C: hue angle of 340.09º 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 #FB256C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 108 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.02 |
| HSL | 340.09º | 0.96% | 0.56% | - |
| HSV(B) | 340.09º | 0.85% | 0.98% | - |
| XYZ | 43.15 | 22.92 | 16.34 | - |
| YUV | 109.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 108 | 0 | 0.85 | 0.57 | 0.02 | 340.09 | 0.96 | 0.56 |
| Hex | FB | 25 | 6C | 0 | 55 | 39 | 2 | 154 | 60 | 38 |
| Octal | 373 | 45 | 154 | 0 | 125 | 71 | 2 | 524 | 140 | 70 |
| Binary | 11111011 | 100101 | 1101100 | 0 | 1010101 | 111001 | 10 | 101010100 | 1100000 | 111000 |
Color Harmonies of #FB256C
Complementary color
Monochromatic Colors of #FB256C
Black with #FB256C
Text Example
Text Example
White with #FB256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB256C; }
p { color: rgb(251,37,108); }
H1.HeaderClassName
{
color: #FB256C;
}
.AnyTagClassName
{
color: #FB256C;
}
</style>
background-color css
<style>
a { background-color: #FB256C; }
a { background-color: rgb(251,37,108); }
div.DivClassName
{
background-color: #FB256C;
}
.BgClassName
{
background-color: #FB256C;
}
</style>
border-color css
<style>
span { border-color: #FB256C; }
span { border-color: rgb(251,37,108); }
td.TdClassName
{
border-color: #FB256C;
}
.TagClassName
{
border-color: #FB256C;
}
</style>