Shades of Radical Red #FB4462
Tints of Radical Red #FB4462
RGB
CMYK
RGB Variations
Color information
#FB4462 (or 0xFB4462) is known color: Radical Red. HEX triplet: FB, 44 and 62. RGB value is (251,68,98). Sum of RGB (Red+Green+Blue) = 251+68+98=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4462 is #04BB9D. Grayscale: #7E7E7E. Windows color (decimal): -310174 or 6440187. OLE color: 6440187.
HSL color Cylindrical-coordinate representation of color #FB4462: hue angle of 350.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4462 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 98 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.02 |
| HSL | 350.16º | 0.96% | 0.63% | - |
| HSV(B) | 350.16º | 0.73% | 0.98% | - |
| XYZ | 44.06 | 25.53 | 14.16 | - |
| YUV | 126.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 98 | 0 | 0.73 | 0.61 | 0.02 | 350.16 | 0.96 | 0.63 |
| Hex | FB | 44 | 62 | 0 | 49 | 3D | 2 | 15E | 60 | 3F |
| Octal | 373 | 104 | 142 | 0 | 111 | 75 | 2 | 536 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1100010 | 0 | 1001001 | 111101 | 10 | 101011110 | 1100000 | 111111 |
Color Harmonies of #FB4462
Complementary color
Monochromatic Colors of #FB4462
Black with #FB4462
Text Example
Text Example
White with #FB4462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4462; }
p { color: rgb(251,68,98); }
H1.HeaderClassName
{
color: #FB4462;
}
.AnyTagClassName
{
color: #FB4462;
}
</style>
background-color css
<style>
a { background-color: #FB4462; }
a { background-color: rgb(251,68,98); }
div.DivClassName
{
background-color: #FB4462;
}
.BgClassName
{
background-color: #FB4462;
}
</style>
border-color css
<style>
span { border-color: #FB4462; }
span { border-color: rgb(251,68,98); }
td.TdClassName
{
border-color: #FB4462;
}
.TagClassName
{
border-color: #FB4462;
}
</style>