Shades of Radical Red #FB2466
Tints of Radical Red #FB2466
RGB
CMYK
RGB Variations
Color information
#FB2466 (or 0xFB2466) is known color: Radical Red. HEX triplet: FB, 24 and 66. RGB value is (251,36,102). Sum of RGB (Red+Green+Blue) = 251+36+102=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2466 is #04DB99. Grayscale: #6B6B6B. Windows color (decimal): -318362 or 6694139. OLE color: 6694139.
HSL color Cylindrical-coordinate representation of color #FB2466: hue angle of 341.58º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2466 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 102 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.02 |
| HSL | 341.58º | 0.96% | 0.56% | - |
| HSV(B) | 341.58º | 0.86% | 0.98% | - |
| XYZ | 42.81 | 22.73 | 14.7 | - |
| YUV | 107.81 | 124.73 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 102 | 0 | 0.86 | 0.59 | 0.02 | 341.58 | 0.96 | 0.56 |
| Hex | FB | 24 | 66 | 0 | 56 | 3B | 2 | 156 | 60 | 38 |
| Octal | 373 | 44 | 146 | 0 | 126 | 73 | 2 | 526 | 140 | 70 |
| Binary | 11111011 | 100100 | 1100110 | 0 | 1010110 | 111011 | 10 | 101010110 | 1100000 | 111000 |
Color Harmonies of #FB2466
Complementary color
Monochromatic Colors of #FB2466
Black with #FB2466
Text Example
Text Example
White with #FB2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2466; }
p { color: rgb(251,36,102); }
H1.HeaderClassName
{
color: #FB2466;
}
.AnyTagClassName
{
color: #FB2466;
}
</style>
background-color css
<style>
a { background-color: #FB2466; }
a { background-color: rgb(251,36,102); }
div.DivClassName
{
background-color: #FB2466;
}
.BgClassName
{
background-color: #FB2466;
}
</style>
border-color css
<style>
span { border-color: #FB2466; }
span { border-color: rgb(251,36,102); }
td.TdClassName
{
border-color: #FB2466;
}
.TagClassName
{
border-color: #FB2466;
}
</style>