Shades of Radical Red #FB2F62
Tints of Radical Red #FB2F62
RGB
CMYK
RGB Variations
Color information
#FB2F62 (or 0xFB2F62) is known color: Radical Red. HEX triplet: FB, 2F and 62. RGB value is (251,47,98). Sum of RGB (Red+Green+Blue) = 251+47+98=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F62 is #04D09D. Grayscale: #717171. Windows color (decimal): -315550 or 6434811. OLE color: 6434811.
HSL color Cylindrical-coordinate representation of color #FB2F62: hue angle of 345º 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 #FB2F62 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 98 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.02 |
| HSL | 345º | 0.96% | 0.58% | - |
| HSV(B) | 345º | 0.81% | 0.98% | - |
| XYZ | 43 | 23.42 | 13.81 | - |
| YUV | 113.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 98 | 0 | 0.81 | 0.61 | 0.02 | 345 | 0.96 | 0.58 |
| Hex | FB | 2F | 62 | 0 | 51 | 3D | 2 | 159 | 60 | 3A |
| Octal | 373 | 57 | 142 | 0 | 121 | 75 | 2 | 531 | 140 | 72 |
| Binary | 11111011 | 101111 | 1100010 | 0 | 1010001 | 111101 | 10 | 101011001 | 1100000 | 111010 |
Color Harmonies of #FB2F62
Complementary color
Monochromatic Colors of #FB2F62
Black with #FB2F62
Text Example
Text Example
White with #FB2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F62; }
p { color: rgb(251,47,98); }
H1.HeaderClassName
{
color: #FB2F62;
}
.AnyTagClassName
{
color: #FB2F62;
}
</style>
background-color css
<style>
a { background-color: #FB2F62; }
a { background-color: rgb(251,47,98); }
div.DivClassName
{
background-color: #FB2F62;
}
.BgClassName
{
background-color: #FB2F62;
}
</style>
border-color css
<style>
span { border-color: #FB2F62; }
span { border-color: rgb(251,47,98); }
td.TdClassName
{
border-color: #FB2F62;
}
.TagClassName
{
border-color: #FB2F62;
}
</style>