Shades of Radical Red #FA2263
Tints of Radical Red #FA2263
RGB
CMYK
RGB Variations
Color information
#FA2263 (or 0xFA2263) is known color: Radical Red. HEX triplet: FA, 22 and 63. RGB value is (250,34,99). Sum of RGB (Red+Green+Blue) = 250+34+99=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2263 is #05DD9C. Grayscale: #696969. Windows color (decimal): -384413 or 6497018. OLE color: 6497018.
HSL color Cylindrical-coordinate representation of color #FA2263: hue angle of 341.94º 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 #FA2263 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 99 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.02 |
| HSL | 341.94º | 0.96% | 0.56% | - |
| HSV(B) | 341.94º | 0.86% | 0.98% | - |
| XYZ | 42.25 | 22.37 | 13.9 | - |
| YUV | 105.99 | 124.06 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 99 | 0 | 0.86 | 0.60 | 0.02 | 341.94 | 0.96 | 0.56 |
| Hex | FA | 22 | 63 | 0 | 56 | 3C | 2 | 156 | 60 | 38 |
| Octal | 372 | 42 | 143 | 0 | 126 | 74 | 2 | 526 | 140 | 70 |
| Binary | 11111010 | 100010 | 1100011 | 0 | 1010110 | 111100 | 10 | 101010110 | 1100000 | 111000 |
Color Harmonies of #FA2263
Complementary color
Monochromatic Colors of #FA2263
Black with #FA2263
Text Example
Text Example
White with #FA2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2263; }
p { color: rgb(250,34,99); }
H1.HeaderClassName
{
color: #FA2263;
}
.AnyTagClassName
{
color: #FA2263;
}
</style>
background-color css
<style>
a { background-color: #FA2263; }
a { background-color: rgb(250,34,99); }
div.DivClassName
{
background-color: #FA2263;
}
.BgClassName
{
background-color: #FA2263;
}
</style>
border-color css
<style>
span { border-color: #FA2263; }
span { border-color: rgb(250,34,99); }
td.TdClassName
{
border-color: #FA2263;
}
.TagClassName
{
border-color: #FA2263;
}
</style>