Shades of Radical Red #FA445B
Tints of Radical Red #FA445B
RGB
CMYK
RGB Variations
Color information
#FA445B (or 0xFA445B) is known color: Radical Red. HEX triplet: FA, 44 and 5B. RGB value is (250,68,91). Sum of RGB (Red+Green+Blue) = 250+68+91=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA445B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA445B is #05BBA4. Grayscale: #7D7D7D. Windows color (decimal): -375717 or 5981434. OLE color: 5981434.
HSL color Cylindrical-coordinate representation of color #FA445B: hue angle of 352.42º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA445B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 91 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.02 |
| HSL | 352.42º | 0.95% | 0.62% | - |
| HSV(B) | 352.42º | 0.73% | 0.98% | - |
| XYZ | 43.38 | 25.21 | 12.48 | - |
| YUV | 125.04 | 108.8 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 91 | 0 | 0.73 | 0.64 | 0.02 | 352.42 | 0.95 | 0.62 |
| Hex | FA | 44 | 5B | 0 | 49 | 40 | 2 | 160 | 5F | 3E |
| Octal | 372 | 104 | 133 | 0 | 111 | 100 | 2 | 540 | 137 | 76 |
| Binary | 11111010 | 1000100 | 1011011 | 0 | 1001001 | 1000000 | 10 | 101100000 | 1011111 | 111110 |
Color Harmonies of #FA445B
Complementary color
Monochromatic Colors of #FA445B
Black with #FA445B
Text Example
Text Example
White with #FA445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA445B; }
p { color: rgb(250,68,91); }
H1.HeaderClassName
{
color: #FA445B;
}
.AnyTagClassName
{
color: #FA445B;
}
</style>
background-color css
<style>
a { background-color: #FA445B; }
a { background-color: rgb(250,68,91); }
div.DivClassName
{
background-color: #FA445B;
}
.BgClassName
{
background-color: #FA445B;
}
</style>
border-color css
<style>
span { border-color: #FA445B; }
span { border-color: rgb(250,68,91); }
td.TdClassName
{
border-color: #FA445B;
}
.TagClassName
{
border-color: #FA445B;
}
</style>