Shades of Radical Red #FB4D62
Tints of Radical Red #FB4D62
RGB
CMYK
RGB Variations
Color information
#FB4D62 (or 0xFB4D62) is known color: Radical Red. HEX triplet: FB, 4D and 62. RGB value is (251,77,98). Sum of RGB (Red+Green+Blue) = 251+77+98=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4D62 is #04B29D. Grayscale: #838383. Windows color (decimal): -307870 or 6442491. OLE color: 6442491.
HSL color Cylindrical-coordinate representation of color #FB4D62: hue angle of 352.76º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4D62 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 98 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.02 |
| HSL | 352.76º | 0.96% | 0.64% | - |
| HSV(B) | 352.76º | 0.69% | 0.98% | - |
| XYZ | 44.64 | 26.7 | 14.36 | - |
| YUV | 131.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 98 | 0 | 0.69 | 0.61 | 0.02 | 352.76 | 0.96 | 0.64 |
| Hex | FB | 4D | 62 | 0 | 45 | 3D | 2 | 161 | 60 | 40 |
| Octal | 373 | 115 | 142 | 0 | 105 | 75 | 2 | 541 | 140 | 100 |
| Binary | 11111011 | 1001101 | 1100010 | 0 | 1000101 | 111101 | 10 | 101100001 | 1100000 | 1000000 |
Color Harmonies of #FB4D62
Complementary color
Monochromatic Colors of #FB4D62
Black with #FB4D62
Text Example
Text Example
White with #FB4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D62; }
p { color: rgb(251,77,98); }
H1.HeaderClassName
{
color: #FB4D62;
}
.AnyTagClassName
{
color: #FB4D62;
}
</style>
background-color css
<style>
a { background-color: #FB4D62; }
a { background-color: rgb(251,77,98); }
div.DivClassName
{
background-color: #FB4D62;
}
.BgClassName
{
background-color: #FB4D62;
}
</style>
border-color css
<style>
span { border-color: #FB4D62; }
span { border-color: rgb(251,77,98); }
td.TdClassName
{
border-color: #FB4D62;
}
.TagClassName
{
border-color: #FB4D62;
}
</style>