Shades of Radical Red #FA1B5B
Tints of Radical Red #FA1B5B
RGB
CMYK
RGB Variations
Color information
#FA1B5B (or 0xFA1B5B) is known color: Radical Red. HEX triplet: FA, 1B and 5B. RGB value is (250,27,91). Sum of RGB (Red+Green+Blue) = 250+27+91=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B5B is #05E4A4. Grayscale: #646464. Windows color (decimal): -386213 or 5970938. OLE color: 5970938.
HSL color Cylindrical-coordinate representation of color #FA1B5B: hue angle of 342.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1B5B is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 91 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.02 |
| HSL | 342.78º | 0.96% | 0.54% | - |
| HSV(B) | 342.78º | 0.89% | 0.98% | - |
| XYZ | 41.7 | 21.86 | 11.92 | - |
| YUV | 100.97 | 122.38 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 91 | 0 | 0.89 | 0.64 | 0.02 | 342.78 | 0.96 | 0.54 |
| Hex | FA | 1B | 5B | 0 | 59 | 40 | 2 | 157 | 60 | 36 |
| Octal | 372 | 33 | 133 | 0 | 131 | 100 | 2 | 527 | 140 | 66 |
| Binary | 11111010 | 11011 | 1011011 | 0 | 1011001 | 1000000 | 10 | 101010111 | 1100000 | 110110 |
Color Harmonies of #FA1B5B
Complementary color
Monochromatic Colors of #FA1B5B
Black with #FA1B5B
Text Example
Text Example
White with #FA1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B5B; }
p { color: rgb(250,27,91); }
H1.HeaderClassName
{
color: #FA1B5B;
}
.AnyTagClassName
{
color: #FA1B5B;
}
</style>
background-color css
<style>
a { background-color: #FA1B5B; }
a { background-color: rgb(250,27,91); }
div.DivClassName
{
background-color: #FA1B5B;
}
.BgClassName
{
background-color: #FA1B5B;
}
</style>
border-color css
<style>
span { border-color: #FA1B5B; }
span { border-color: rgb(250,27,91); }
td.TdClassName
{
border-color: #FA1B5B;
}
.TagClassName
{
border-color: #FA1B5B;
}
</style>