Shades of Radical Red #FA4B5B
Tints of Radical Red #FA4B5B
RGB
CMYK
RGB Variations
Color information
#FA4B5B (or 0xFA4B5B) is known color: Radical Red. HEX triplet: FA, 4B and 5B. RGB value is (250,75,91). Sum of RGB (Red+Green+Blue) = 250+75+91=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4B5B is #05B4A4. Grayscale: #818181. Windows color (decimal): -373925 or 5983226. OLE color: 5983226.
HSL color Cylindrical-coordinate representation of color #FA4B5B: hue angle of 354.51º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4B5B is Cyan = 0, Magento = 0.7, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 91 | - |
| CMYK | 0 | 0.7 | 0.64 | 0.02 |
| HSL | 354.51º | 0.95% | 0.64% | - |
| HSV(B) | 354.51º | 0.7% | 0.98% | - |
| XYZ | 43.83 | 26.11 | 12.63 | - |
| YUV | 129.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 91 | 0 | 0.7 | 0.64 | 0.02 | 354.51 | 0.95 | 0.64 |
| Hex | FA | 4B | 5B | 0 | 46 | 40 | 2 | 163 | 5F | 40 |
| Octal | 372 | 113 | 133 | 0 | 106 | 100 | 2 | 543 | 137 | 100 |
| Binary | 11111010 | 1001011 | 1011011 | 0 | 1000110 | 1000000 | 10 | 101100011 | 1011111 | 1000000 |
Color Harmonies of #FA4B5B
Complementary color
Monochromatic Colors of #FA4B5B
Black with #FA4B5B
Text Example
Text Example
White with #FA4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4B5B; }
p { color: rgb(250,75,91); }
H1.HeaderClassName
{
color: #FA4B5B;
}
.AnyTagClassName
{
color: #FA4B5B;
}
</style>
background-color css
<style>
a { background-color: #FA4B5B; }
a { background-color: rgb(250,75,91); }
div.DivClassName
{
background-color: #FA4B5B;
}
.BgClassName
{
background-color: #FA4B5B;
}
</style>
border-color css
<style>
span { border-color: #FA4B5B; }
span { border-color: rgb(250,75,91); }
td.TdClassName
{
border-color: #FA4B5B;
}
.TagClassName
{
border-color: #FA4B5B;
}
</style>