Shades of Radical Red #FA446E
Tints of Radical Red #FA446E
RGB
CMYK
RGB Variations
Color information
#FA446E (or 0xFA446E) is known color: Radical Red. HEX triplet: FA, 44 and 6E. RGB value is (250,68,110). Sum of RGB (Red+Green+Blue) = 250+68+110=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA446E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA446E is #05BB91. Grayscale: #7F7F7F. Windows color (decimal): -375698 or 7226618. OLE color: 7226618.
HSL color Cylindrical-coordinate representation of color #FA446E: hue angle of 346.15º 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 #FA446E is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 110 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.02 |
| HSL | 346.15º | 0.95% | 0.62% | - |
| HSV(B) | 346.15º | 0.73% | 0.98% | - |
| XYZ | 44.31 | 25.58 | 17.35 | - |
| YUV | 127.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 110 | 0 | 0.73 | 0.56 | 0.02 | 346.15 | 0.95 | 0.62 |
| Hex | FA | 44 | 6E | 0 | 49 | 38 | 2 | 15A | 5F | 3E |
| Octal | 372 | 104 | 156 | 0 | 111 | 70 | 2 | 532 | 137 | 76 |
| Binary | 11111010 | 1000100 | 1101110 | 0 | 1001001 | 111000 | 10 | 101011010 | 1011111 | 111110 |
Color Harmonies of #FA446E
Complementary color
Monochromatic Colors of #FA446E
Black with #FA446E
Text Example
Text Example
White with #FA446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA446E; }
p { color: rgb(250,68,110); }
H1.HeaderClassName
{
color: #FA446E;
}
.AnyTagClassName
{
color: #FA446E;
}
</style>
background-color css
<style>
a { background-color: #FA446E; }
a { background-color: rgb(250,68,110); }
div.DivClassName
{
background-color: #FA446E;
}
.BgClassName
{
background-color: #FA446E;
}
</style>
border-color css
<style>
span { border-color: #FA446E; }
span { border-color: rgb(250,68,110); }
td.TdClassName
{
border-color: #FA446E;
}
.TagClassName
{
border-color: #FA446E;
}
</style>