Shades of Radical Red #FB206F
Tints of Radical Red #FB206F
RGB
CMYK
RGB Variations
Color information
#FB206F (or 0xFB206F) is known color: Radical Red. HEX triplet: FB, 20 and 6F. RGB value is (251,32,111). Sum of RGB (Red+Green+Blue) = 251+32+111=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB206F is #04DF90. Grayscale: #6A6A6A. Windows color (decimal): -319377 or 7282939. OLE color: 7282939.
HSL color Cylindrical-coordinate representation of color #FB206F: hue angle of 338.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB206F is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 111 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.02 |
| HSL | 338.36º | 0.96% | 0.55% | - |
| HSV(B) | 338.36º | 0.87% | 0.98% | - |
| XYZ | 43.17 | 22.69 | 17.14 | - |
| YUV | 106.49 | 130.55 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 111 | 0 | 0.87 | 0.56 | 0.02 | 338.36 | 0.96 | 0.55 |
| Hex | FB | 20 | 6F | 0 | 57 | 38 | 2 | 152 | 60 | 37 |
| Octal | 373 | 40 | 157 | 0 | 127 | 70 | 2 | 522 | 140 | 67 |
| Binary | 11111011 | 100000 | 1101111 | 0 | 1010111 | 111000 | 10 | 101010010 | 1100000 | 110111 |
Color Harmonies of #FB206F
Complementary color
Monochromatic Colors of #FB206F
Black with #FB206F
Text Example
Text Example
White with #FB206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB206F; }
p { color: rgb(251,32,111); }
H1.HeaderClassName
{
color: #FB206F;
}
.AnyTagClassName
{
color: #FB206F;
}
</style>
background-color css
<style>
a { background-color: #FB206F; }
a { background-color: rgb(251,32,111); }
div.DivClassName
{
background-color: #FB206F;
}
.BgClassName
{
background-color: #FB206F;
}
</style>
border-color css
<style>
span { border-color: #FB206F; }
span { border-color: rgb(251,32,111); }
td.TdClassName
{
border-color: #FB206F;
}
.TagClassName
{
border-color: #FB206F;
}
</style>