Shades of Radical Red #FB2E68
Tints of Radical Red #FB2E68
RGB
CMYK
RGB Variations
Color information
#FB2E68 (or 0xFB2E68) is known color: Radical Red. HEX triplet: FB, 2E and 68. RGB value is (251,46,104). Sum of RGB (Red+Green+Blue) = 251+46+104=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2E68 is #04D197. Grayscale: #717171. Windows color (decimal): -315800 or 6827771. OLE color: 6827771.
HSL color Cylindrical-coordinate representation of color #FB2E68: hue angle of 343.02º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2E68 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 104 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.02 |
| HSL | 343.02º | 0.96% | 0.58% | - |
| HSV(B) | 343.02º | 0.82% | 0.98% | - |
| XYZ | 43.26 | 23.46 | 15.35 | - |
| YUV | 113.91 | 122.42 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 104 | 0 | 0.82 | 0.59 | 0.02 | 343.02 | 0.96 | 0.58 |
| Hex | FB | 2E | 68 | 0 | 52 | 3B | 2 | 157 | 60 | 3A |
| Octal | 373 | 56 | 150 | 0 | 122 | 73 | 2 | 527 | 140 | 72 |
| Binary | 11111011 | 101110 | 1101000 | 0 | 1010010 | 111011 | 10 | 101010111 | 1100000 | 111010 |
Color Harmonies of #FB2E68
Complementary color
Monochromatic Colors of #FB2E68
Black with #FB2E68
Text Example
Text Example
White with #FB2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E68; }
p { color: rgb(251,46,104); }
H1.HeaderClassName
{
color: #FB2E68;
}
.AnyTagClassName
{
color: #FB2E68;
}
</style>
background-color css
<style>
a { background-color: #FB2E68; }
a { background-color: rgb(251,46,104); }
div.DivClassName
{
background-color: #FB2E68;
}
.BgClassName
{
background-color: #FB2E68;
}
</style>
border-color css
<style>
span { border-color: #FB2E68; }
span { border-color: rgb(251,46,104); }
td.TdClassName
{
border-color: #FB2E68;
}
.TagClassName
{
border-color: #FB2E68;
}
</style>