Shades of Radical Red #FA2463
Tints of Radical Red #FA2463
RGB
CMYK
RGB Variations
Color information
#FA2463 (or 0xFA2463) is known color: Radical Red. HEX triplet: FA, 24 and 63. RGB value is (250,36,99). Sum of RGB (Red+Green+Blue) = 250+36+99=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2463 is #05DB9C. Grayscale: #6B6B6B. Windows color (decimal): -383901 or 6497530. OLE color: 6497530.
HSL color Cylindrical-coordinate representation of color #FA2463: hue angle of 342.34º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2463 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 99 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.02 |
| HSL | 342.34º | 0.96% | 0.56% | - |
| HSV(B) | 342.34º | 0.86% | 0.98% | - |
| XYZ | 42.31 | 22.49 | 13.91 | - |
| YUV | 107.17 | 123.4 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 99 | 0 | 0.86 | 0.60 | 0.02 | 342.34 | 0.96 | 0.56 |
| Hex | FA | 24 | 63 | 0 | 56 | 3C | 2 | 156 | 60 | 38 |
| Octal | 372 | 44 | 143 | 0 | 126 | 74 | 2 | 526 | 140 | 70 |
| Binary | 11111010 | 100100 | 1100011 | 0 | 1010110 | 111100 | 10 | 101010110 | 1100000 | 111000 |
Color Harmonies of #FA2463
Complementary color
Monochromatic Colors of #FA2463
Black with #FA2463
Text Example
Text Example
White with #FA2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2463; }
p { color: rgb(250,36,99); }
H1.HeaderClassName
{
color: #FA2463;
}
.AnyTagClassName
{
color: #FA2463;
}
</style>
background-color css
<style>
a { background-color: #FA2463; }
a { background-color: rgb(250,36,99); }
div.DivClassName
{
background-color: #FA2463;
}
.BgClassName
{
background-color: #FA2463;
}
</style>
border-color css
<style>
span { border-color: #FA2463; }
span { border-color: rgb(250,36,99); }
td.TdClassName
{
border-color: #FA2463;
}
.TagClassName
{
border-color: #FA2463;
}
</style>