Shades of Radical Red #FA1B5A
Tints of Radical Red #FA1B5A
RGB
CMYK
RGB Variations
Color information
#FA1B5A (or 0xFA1B5A) is known color: Radical Red. HEX triplet: FA, 1B and 5A. RGB value is (250,27,90). Sum of RGB (Red+Green+Blue) = 250+27+90=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B5A is #05E4A5. Grayscale: #646464. Windows color (decimal): -386214 or 5905402. OLE color: 5905402.
HSL color Cylindrical-coordinate representation of color #FA1B5A: hue angle of 343.05º 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 #FA1B5A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 90 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.02 |
| HSL | 343.05º | 0.96% | 0.54% | - |
| HSV(B) | 343.05º | 0.89% | 0.98% | - |
| XYZ | 41.66 | 21.85 | 11.69 | - |
| YUV | 100.86 | 121.88 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 90 | 0 | 0.89 | 0.64 | 0.02 | 343.05 | 0.96 | 0.54 |
| Hex | FA | 1B | 5A | 0 | 59 | 40 | 2 | 157 | 60 | 36 |
| Octal | 372 | 33 | 132 | 0 | 131 | 100 | 2 | 527 | 140 | 66 |
| Binary | 11111010 | 11011 | 1011010 | 0 | 1011001 | 1000000 | 10 | 101010111 | 1100000 | 110110 |
Color Harmonies of #FA1B5A
Complementary color
Monochromatic Colors of #FA1B5A
Black with #FA1B5A
Text Example
Text Example
White with #FA1B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B5A; }
p { color: rgb(250,27,90); }
H1.HeaderClassName
{
color: #FA1B5A;
}
.AnyTagClassName
{
color: #FA1B5A;
}
</style>
background-color css
<style>
a { background-color: #FA1B5A; }
a { background-color: rgb(250,27,90); }
div.DivClassName
{
background-color: #FA1B5A;
}
.BgClassName
{
background-color: #FA1B5A;
}
</style>
border-color css
<style>
span { border-color: #FA1B5A; }
span { border-color: rgb(250,27,90); }
td.TdClassName
{
border-color: #FA1B5A;
}
.TagClassName
{
border-color: #FA1B5A;
}
</style>