Shades of Radical Red #FB4362
Tints of Radical Red #FB4362
RGB
CMYK
RGB Variations
Color information
#FB4362 (or 0xFB4362) is known color: Radical Red. HEX triplet: FB, 43 and 62. RGB value is (251,67,98). Sum of RGB (Red+Green+Blue) = 251+67+98=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4362 is #04BC9D. Grayscale: #7D7D7D. Windows color (decimal): -310430 or 6439931. OLE color: 6439931.
HSL color Cylindrical-coordinate representation of color #FB4362: hue angle of 349.89º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4362 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 98 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.02 |
| HSL | 349.89º | 0.96% | 0.62% | - |
| HSV(B) | 349.89º | 0.73% | 0.98% | - |
| XYZ | 44 | 25.41 | 14.14 | - |
| YUV | 125.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 98 | 0 | 0.73 | 0.61 | 0.02 | 349.89 | 0.96 | 0.62 |
| Hex | FB | 43 | 62 | 0 | 49 | 3D | 2 | 15E | 60 | 3E |
| Octal | 373 | 103 | 142 | 0 | 111 | 75 | 2 | 536 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1100010 | 0 | 1001001 | 111101 | 10 | 101011110 | 1100000 | 111110 |
Color Harmonies of #FB4362
Complementary color
Monochromatic Colors of #FB4362
Black with #FB4362
Text Example
Text Example
White with #FB4362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4362; }
p { color: rgb(251,67,98); }
H1.HeaderClassName
{
color: #FB4362;
}
.AnyTagClassName
{
color: #FB4362;
}
</style>
background-color css
<style>
a { background-color: #FB4362; }
a { background-color: rgb(251,67,98); }
div.DivClassName
{
background-color: #FB4362;
}
.BgClassName
{
background-color: #FB4362;
}
</style>
border-color css
<style>
span { border-color: #FB4362; }
span { border-color: rgb(251,67,98); }
td.TdClassName
{
border-color: #FB4362;
}
.TagClassName
{
border-color: #FB4362;
}
</style>