Shades of Radical Red #FA1B5C
Tints of Radical Red #FA1B5C
RGB
CMYK
RGB Variations
Color information
#FA1B5C (or 0xFA1B5C) is known color: Radical Red. HEX triplet: FA, 1B and 5C. RGB value is (250,27,92). Sum of RGB (Red+Green+Blue) = 250+27+92=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B5C is #05E4A3. Grayscale: #656565. Windows color (decimal): -386212 or 6036474. OLE color: 6036474.
HSL color Cylindrical-coordinate representation of color #FA1B5C: hue angle of 342.51º 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 #FA1B5C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 92 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.02 |
| HSL | 342.51º | 0.96% | 0.54% | - |
| HSV(B) | 342.51º | 0.89% | 0.98% | - |
| XYZ | 41.75 | 21.88 | 12.15 | - |
| YUV | 101.09 | 122.88 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 92 | 0 | 0.89 | 0.63 | 0.02 | 342.51 | 0.96 | 0.54 |
| Hex | FA | 1B | 5C | 0 | 59 | 3F | 2 | 157 | 60 | 36 |
| Octal | 372 | 33 | 134 | 0 | 131 | 77 | 2 | 527 | 140 | 66 |
| Binary | 11111010 | 11011 | 1011100 | 0 | 1011001 | 111111 | 10 | 101010111 | 1100000 | 110110 |
Color Harmonies of #FA1B5C
Complementary color
Monochromatic Colors of #FA1B5C
Black with #FA1B5C
Text Example
Text Example
White with #FA1B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B5C; }
p { color: rgb(250,27,92); }
H1.HeaderClassName
{
color: #FA1B5C;
}
.AnyTagClassName
{
color: #FA1B5C;
}
</style>
background-color css
<style>
a { background-color: #FA1B5C; }
a { background-color: rgb(250,27,92); }
div.DivClassName
{
background-color: #FA1B5C;
}
.BgClassName
{
background-color: #FA1B5C;
}
</style>
border-color css
<style>
span { border-color: #FA1B5C; }
span { border-color: rgb(250,27,92); }
td.TdClassName
{
border-color: #FA1B5C;
}
.TagClassName
{
border-color: #FA1B5C;
}
</style>