Shades of Radical Red #FB2B5C
Tints of Radical Red #FB2B5C
RGB
CMYK
RGB Variations
Color information
#FB2B5C (or 0xFB2B5C) is known color: Radical Red. HEX triplet: FB, 2B and 5C. RGB value is (251,43,92). Sum of RGB (Red+Green+Blue) = 251+43+92=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B5C is #04D4A3. Grayscale: #6E6E6E. Windows color (decimal): -316580 or 6040571. OLE color: 6040571.
HSL color Cylindrical-coordinate representation of color #FB2B5C: hue angle of 345.87º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2B5C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 43 | 92 | - |
CMYK | 0 | 0.83 | 0.63 | 0.02 |
HSL | 345.87º | 0.96% | 0.58% | - |
HSV(B) | 345.87º | 0.83% | 0.98% | - |
XYZ | 42.58 | 23.01 | 12.32 | - |
YUV | 110.78 | 117.41 | 228.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 43 | 92 | 0 | 0.83 | 0.63 | 0.02 | 345.87 | 0.96 | 0.58 |
Hex | FB | 2B | 5C | 0 | 53 | 3F | 2 | 15A | 60 | 3A |
Octal | 373 | 53 | 134 | 0 | 123 | 77 | 2 | 532 | 140 | 72 |
Binary | 11111011 | 101011 | 1011100 | 0 | 1010011 | 111111 | 10 | 101011010 | 1100000 | 111010 |
Color Harmonies of #FB2B5C
Complementary color
Monochromatic Colors of #FB2B5C
Black with #FB2B5C
Text Example
Text Example
White with #FB2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B5C; }
p { color: rgb(251,43,92); }
H1.HeaderClassName
{
color: #FB2B5C;
}
.AnyTagClassName
{
color: #FB2B5C;
}
</style>
background-color css
<style>
a { background-color: #FB2B5C; }
a { background-color: rgb(251,43,92); }
div.DivClassName
{
background-color: #FB2B5C;
}
.BgClassName
{
background-color: #FB2B5C;
}
</style>
border-color css
<style>
span { border-color: #FB2B5C; }
span { border-color: rgb(251,43,92); }
td.TdClassName
{
border-color: #FB2B5C;
}
.TagClassName
{
border-color: #FB2B5C;
}
</style>