Shades of Radical Red #FB2074
Tints of Radical Red #FB2074
RGB
CMYK
RGB Variations
Color information
#FB2074 (or 0xFB2074) is known color: Radical Red. HEX triplet: FB, 20 and 74. RGB value is (251,32,116). Sum of RGB (Red+Green+Blue) = 251+32+116=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2074 is #04DF8B. Grayscale: #6A6A6A. Windows color (decimal): -319372 or 7610619. OLE color: 7610619.
HSL color Cylindrical-coordinate representation of color #FB2074: hue angle of 336.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2074 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 116 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.02 |
| HSL | 336.99º | 0.96% | 0.55% | - |
| HSV(B) | 336.99º | 0.87% | 0.98% | - |
| XYZ | 43.45 | 22.8 | 18.63 | - |
| YUV | 107.06 | 133.05 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 116 | 0 | 0.87 | 0.54 | 0.02 | 336.99 | 0.96 | 0.55 |
| Hex | FB | 20 | 74 | 0 | 57 | 36 | 2 | 151 | 60 | 37 |
| Octal | 373 | 40 | 164 | 0 | 127 | 66 | 2 | 521 | 140 | 67 |
| Binary | 11111011 | 100000 | 1110100 | 0 | 1010111 | 110110 | 10 | 101010001 | 1100000 | 110111 |
Color Harmonies of #FB2074
Complementary color
Monochromatic Colors of #FB2074
Black with #FB2074
Text Example
Text Example
White with #FB2074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2074; }
p { color: rgb(251,32,116); }
H1.HeaderClassName
{
color: #FB2074;
}
.AnyTagClassName
{
color: #FB2074;
}
</style>
background-color css
<style>
a { background-color: #FB2074; }
a { background-color: rgb(251,32,116); }
div.DivClassName
{
background-color: #FB2074;
}
.BgClassName
{
background-color: #FB2074;
}
</style>
border-color css
<style>
span { border-color: #FB2074; }
span { border-color: rgb(251,32,116); }
td.TdClassName
{
border-color: #FB2074;
}
.TagClassName
{
border-color: #FB2074;
}
</style>