Shades of Radical Red #FB2F68
Tints of Radical Red #FB2F68
RGB
CMYK
RGB Variations
Color information
#FB2F68 (or 0xFB2F68) is known color: Radical Red. HEX triplet: FB, 2F and 68. RGB value is (251,47,104). Sum of RGB (Red+Green+Blue) = 251+47+104=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F68 is #04D097. Grayscale: #727272. Windows color (decimal): -315544 or 6828027. OLE color: 6828027.
HSL color Cylindrical-coordinate representation of color #FB2F68: hue angle of 343.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F68 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 104 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.02 |
| HSL | 343.24º | 0.96% | 0.58% | - |
| HSV(B) | 343.24º | 0.81% | 0.98% | - |
| XYZ | 43.3 | 23.54 | 15.36 | - |
| YUV | 114.49 | 122.09 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 104 | 0 | 0.81 | 0.59 | 0.02 | 343.24 | 0.96 | 0.58 |
| Hex | FB | 2F | 68 | 0 | 51 | 3B | 2 | 157 | 60 | 3A |
| Octal | 373 | 57 | 150 | 0 | 121 | 73 | 2 | 527 | 140 | 72 |
| Binary | 11111011 | 101111 | 1101000 | 0 | 1010001 | 111011 | 10 | 101010111 | 1100000 | 111010 |
Color Harmonies of #FB2F68
Complementary color
Monochromatic Colors of #FB2F68
Black with #FB2F68
Text Example
Text Example
White with #FB2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F68; }
p { color: rgb(251,47,104); }
H1.HeaderClassName
{
color: #FB2F68;
}
.AnyTagClassName
{
color: #FB2F68;
}
</style>
background-color css
<style>
a { background-color: #FB2F68; }
a { background-color: rgb(251,47,104); }
div.DivClassName
{
background-color: #FB2F68;
}
.BgClassName
{
background-color: #FB2F68;
}
</style>
border-color css
<style>
span { border-color: #FB2F68; }
span { border-color: rgb(251,47,104); }
td.TdClassName
{
border-color: #FB2F68;
}
.TagClassName
{
border-color: #FB2F68;
}
</style>