Shades of Radical Red #FA2165
Tints of Radical Red #FA2165
RGB
CMYK
RGB Variations
Color information
#FA2165 (or 0xFA2165) is known color: Radical Red. HEX triplet: FA, 21 and 65. RGB value is (250,33,101). Sum of RGB (Red+Green+Blue) = 250+33+101=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2165 is #05DE9A. Grayscale: #696969. Windows color (decimal): -384667 or 6627834. OLE color: 6627834.
HSL color Cylindrical-coordinate representation of color #FA2165: hue angle of 341.2º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2165 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 101 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.02 |
| HSL | 341.2º | 0.96% | 0.55% | - |
| HSV(B) | 341.2º | 0.87% | 0.98% | - |
| XYZ | 42.32 | 22.35 | 14.4 | - |
| YUV | 105.64 | 125.39 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 101 | 0 | 0.87 | 0.60 | 0.02 | 341.2 | 0.96 | 0.55 |
| Hex | FA | 21 | 65 | 0 | 57 | 3C | 2 | 155 | 60 | 37 |
| Octal | 372 | 41 | 145 | 0 | 127 | 74 | 2 | 525 | 140 | 67 |
| Binary | 11111010 | 100001 | 1100101 | 0 | 1010111 | 111100 | 10 | 101010101 | 1100000 | 110111 |
Color Harmonies of #FA2165
Complementary color
Monochromatic Colors of #FA2165
Black with #FA2165
Text Example
Text Example
White with #FA2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2165; }
p { color: rgb(250,33,101); }
H1.HeaderClassName
{
color: #FA2165;
}
.AnyTagClassName
{
color: #FA2165;
}
</style>
background-color css
<style>
a { background-color: #FA2165; }
a { background-color: rgb(250,33,101); }
div.DivClassName
{
background-color: #FA2165;
}
.BgClassName
{
background-color: #FA2165;
}
</style>
border-color css
<style>
span { border-color: #FA2165; }
span { border-color: rgb(250,33,101); }
td.TdClassName
{
border-color: #FA2165;
}
.TagClassName
{
border-color: #FA2165;
}
</style>