Shades of Radical Red #FB2A6B
Tints of Radical Red #FB2A6B
RGB
CMYK
RGB Variations
Color information
#FB2A6B (or 0xFB2A6B) is known color: Radical Red. HEX triplet: FB, 2A and 6B. RGB value is (251,42,107). Sum of RGB (Red+Green+Blue) = 251+42+107=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2A6B is #04D594. Grayscale: #6F6F6F. Windows color (decimal): -316821 or 7023355. OLE color: 7023355.
HSL color Cylindrical-coordinate representation of color #FB2A6B: hue angle of 341.34º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2A6B is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 107 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.02 |
| HSL | 341.34º | 0.96% | 0.57% | - |
| HSV(B) | 341.34º | 0.83% | 0.98% | - |
| XYZ | 43.27 | 23.23 | 16.11 | - |
| YUV | 111.9 | 125.24 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 107 | 0 | 0.83 | 0.57 | 0.02 | 341.34 | 0.96 | 0.57 |
| Hex | FB | 2A | 6B | 0 | 53 | 39 | 2 | 155 | 60 | 39 |
| Octal | 373 | 52 | 153 | 0 | 123 | 71 | 2 | 525 | 140 | 71 |
| Binary | 11111011 | 101010 | 1101011 | 0 | 1010011 | 111001 | 10 | 101010101 | 1100000 | 111001 |
Color Harmonies of #FB2A6B
Complementary color
Monochromatic Colors of #FB2A6B
Black with #FB2A6B
Text Example
Text Example
White with #FB2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A6B; }
p { color: rgb(251,42,107); }
H1.HeaderClassName
{
color: #FB2A6B;
}
.AnyTagClassName
{
color: #FB2A6B;
}
</style>
background-color css
<style>
a { background-color: #FB2A6B; }
a { background-color: rgb(251,42,107); }
div.DivClassName
{
background-color: #FB2A6B;
}
.BgClassName
{
background-color: #FB2A6B;
}
</style>
border-color css
<style>
span { border-color: #FB2A6B; }
span { border-color: rgb(251,42,107); }
td.TdClassName
{
border-color: #FB2A6B;
}
.TagClassName
{
border-color: #FB2A6B;
}
</style>