Shades of Radical Red #FB2D6F
Tints of Radical Red #FB2D6F
RGB
CMYK
RGB Variations
Color information
#FB2D6F (or 0xFB2D6F) is known color: Radical Red. HEX triplet: FB, 2D and 6F. RGB value is (251,45,111). Sum of RGB (Red+Green+Blue) = 251+45+111=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2D6F is #04D290. Grayscale: #727272. Windows color (decimal): -316049 or 7286267. OLE color: 7286267.
HSL color Cylindrical-coordinate representation of color #FB2D6F: hue angle of 340.78º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D6F is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 111 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.02 |
| HSL | 340.78º | 0.96% | 0.58% | - |
| HSV(B) | 340.78º | 0.82% | 0.98% | - |
| XYZ | 43.59 | 23.53 | 17.28 | - |
| YUV | 114.12 | 126.25 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 111 | 0 | 0.82 | 0.56 | 0.02 | 340.78 | 0.96 | 0.58 |
| Hex | FB | 2D | 6F | 0 | 52 | 38 | 2 | 155 | 60 | 3A |
| Octal | 373 | 55 | 157 | 0 | 122 | 70 | 2 | 525 | 140 | 72 |
| Binary | 11111011 | 101101 | 1101111 | 0 | 1010010 | 111000 | 10 | 101010101 | 1100000 | 111010 |
Color Harmonies of #FB2D6F
Complementary color
Monochromatic Colors of #FB2D6F
Black with #FB2D6F
Text Example
Text Example
White with #FB2D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D6F; }
p { color: rgb(251,45,111); }
H1.HeaderClassName
{
color: #FB2D6F;
}
.AnyTagClassName
{
color: #FB2D6F;
}
</style>
background-color css
<style>
a { background-color: #FB2D6F; }
a { background-color: rgb(251,45,111); }
div.DivClassName
{
background-color: #FB2D6F;
}
.BgClassName
{
background-color: #FB2D6F;
}
</style>
border-color css
<style>
span { border-color: #FB2D6F; }
span { border-color: rgb(251,45,111); }
td.TdClassName
{
border-color: #FB2D6F;
}
.TagClassName
{
border-color: #FB2D6F;
}
</style>