Shades of Radical Red #FB255A
Tints of Radical Red #FB255A
RGB
CMYK
RGB Variations
Color information
#FB255A (or 0xFB255A) is known color: Radical Red. HEX triplet: FB, 25 and 5A. RGB value is (251,37,90). Sum of RGB (Red+Green+Blue) = 251+37+90=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB255A is #04DAA5. Grayscale: #6B6B6B. Windows color (decimal): -318118 or 5907963. OLE color: 5907963.
HSL color Cylindrical-coordinate representation of color #FB255A: hue angle of 345.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB255A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 90 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.02 |
| HSL | 345.14º | 0.96% | 0.56% | - |
| HSV(B) | 345.14º | 0.85% | 0.98% | - |
| XYZ | 42.29 | 22.57 | 11.8 | - |
| YUV | 107.03 | 118.4 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 90 | 0 | 0.85 | 0.64 | 0.02 | 345.14 | 0.96 | 0.56 |
| Hex | FB | 25 | 5A | 0 | 55 | 40 | 2 | 159 | 60 | 38 |
| Octal | 373 | 45 | 132 | 0 | 125 | 100 | 2 | 531 | 140 | 70 |
| Binary | 11111011 | 100101 | 1011010 | 0 | 1010101 | 1000000 | 10 | 101011001 | 1100000 | 111000 |
Color Harmonies of #FB255A
Complementary color
Monochromatic Colors of #FB255A
Black with #FB255A
Text Example
Text Example
White with #FB255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB255A; }
p { color: rgb(251,37,90); }
H1.HeaderClassName
{
color: #FB255A;
}
.AnyTagClassName
{
color: #FB255A;
}
</style>
background-color css
<style>
a { background-color: #FB255A; }
a { background-color: rgb(251,37,90); }
div.DivClassName
{
background-color: #FB255A;
}
.BgClassName
{
background-color: #FB255A;
}
</style>
border-color css
<style>
span { border-color: #FB255A; }
span { border-color: rgb(251,37,90); }
td.TdClassName
{
border-color: #FB255A;
}
.TagClassName
{
border-color: #FB255A;
}
</style>