Shades of Radical Red #FB4163
Tints of Radical Red #FB4163
RGB
CMYK
RGB Variations
Color information
#FB4163 (or 0xFB4163) is known color: Radical Red. HEX triplet: FB, 41 and 63. RGB value is (251,65,99). Sum of RGB (Red+Green+Blue) = 251+65+99=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4163 is #04BE9C. Grayscale: #7C7C7C. Windows color (decimal): -310941 or 6504955. OLE color: 6504955.
HSL color Cylindrical-coordinate representation of color #FB4163: hue angle of 349.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4163 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 99 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.02 |
| HSL | 349.03º | 0.96% | 0.62% | - |
| HSV(B) | 349.03º | 0.74% | 0.98% | - |
| XYZ | 43.93 | 25.19 | 14.35 | - |
| YUV | 124.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 99 | 0 | 0.74 | 0.61 | 0.02 | 349.03 | 0.96 | 0.62 |
| Hex | FB | 41 | 63 | 0 | 4A | 3D | 2 | 15D | 60 | 3E |
| Octal | 373 | 101 | 143 | 0 | 112 | 75 | 2 | 535 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1100011 | 0 | 1001010 | 111101 | 10 | 101011101 | 1100000 | 111110 |
Color Harmonies of #FB4163
Complementary color
Monochromatic Colors of #FB4163
Black with #FB4163
Text Example
Text Example
White with #FB4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4163; }
p { color: rgb(251,65,99); }
H1.HeaderClassName
{
color: #FB4163;
}
.AnyTagClassName
{
color: #FB4163;
}
</style>
background-color css
<style>
a { background-color: #FB4163; }
a { background-color: rgb(251,65,99); }
div.DivClassName
{
background-color: #FB4163;
}
.BgClassName
{
background-color: #FB4163;
}
</style>
border-color css
<style>
span { border-color: #FB4163; }
span { border-color: rgb(251,65,99); }
td.TdClassName
{
border-color: #FB4163;
}
.TagClassName
{
border-color: #FB4163;
}
</style>