Shades of Radical Red #FB2A66
Tints of Radical Red #FB2A66
RGB
CMYK
RGB Variations
Color information
#FB2A66 (or 0xFB2A66) is known color: Radical Red. HEX triplet: FB, 2A and 66. RGB value is (251,42,102). Sum of RGB (Red+Green+Blue) = 251+42+102=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2A66 is #04D599. Grayscale: #6F6F6F. Windows color (decimal): -316826 or 6695675. OLE color: 6695675.
HSL color Cylindrical-coordinate representation of color #FB2A66: hue angle of 342.78º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2A66 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 102 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.02 |
| HSL | 342.78º | 0.96% | 0.57% | - |
| HSV(B) | 342.78º | 0.83% | 0.98% | - |
| XYZ | 43.01 | 23.12 | 14.77 | - |
| YUV | 111.33 | 122.74 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 102 | 0 | 0.83 | 0.59 | 0.02 | 342.78 | 0.96 | 0.57 |
| Hex | FB | 2A | 66 | 0 | 53 | 3B | 2 | 157 | 60 | 39 |
| Octal | 373 | 52 | 146 | 0 | 123 | 73 | 2 | 527 | 140 | 71 |
| Binary | 11111011 | 101010 | 1100110 | 0 | 1010011 | 111011 | 10 | 101010111 | 1100000 | 111001 |
Color Harmonies of #FB2A66
Complementary color
Monochromatic Colors of #FB2A66
Black with #FB2A66
Text Example
Text Example
White with #FB2A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A66; }
p { color: rgb(251,42,102); }
H1.HeaderClassName
{
color: #FB2A66;
}
.AnyTagClassName
{
color: #FB2A66;
}
</style>
background-color css
<style>
a { background-color: #FB2A66; }
a { background-color: rgb(251,42,102); }
div.DivClassName
{
background-color: #FB2A66;
}
.BgClassName
{
background-color: #FB2A66;
}
</style>
border-color css
<style>
span { border-color: #FB2A66; }
span { border-color: rgb(251,42,102); }
td.TdClassName
{
border-color: #FB2A66;
}
.TagClassName
{
border-color: #FB2A66;
}
</style>