Shades of Radical Red #FA2065
Tints of Radical Red #FA2065
RGB
CMYK
RGB Variations
Color information
#FA2065 (or 0xFA2065) is known color: Radical Red. HEX triplet: FA, 20 and 65. RGB value is (250,32,101). Sum of RGB (Red+Green+Blue) = 250+32+101=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2065 is #05DF9A. Grayscale: #686868. Windows color (decimal): -384923 or 6627578. OLE color: 6627578.
HSL color Cylindrical-coordinate representation of color #FA2065: hue angle of 341.01º 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 #FA2065 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 101 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.02 |
| HSL | 341.01º | 0.96% | 0.55% | - |
| HSV(B) | 341.01º | 0.87% | 0.98% | - |
| XYZ | 42.29 | 22.3 | 14.39 | - |
| YUV | 105.05 | 125.72 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 101 | 0 | 0.87 | 0.60 | 0.02 | 341.01 | 0.96 | 0.55 |
| Hex | FA | 20 | 65 | 0 | 57 | 3C | 2 | 155 | 60 | 37 |
| Octal | 372 | 40 | 145 | 0 | 127 | 74 | 2 | 525 | 140 | 67 |
| Binary | 11111010 | 100000 | 1100101 | 0 | 1010111 | 111100 | 10 | 101010101 | 1100000 | 110111 |
Color Harmonies of #FA2065
Complementary color
Monochromatic Colors of #FA2065
Black with #FA2065
Text Example
Text Example
White with #FA2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2065; }
p { color: rgb(250,32,101); }
H1.HeaderClassName
{
color: #FA2065;
}
.AnyTagClassName
{
color: #FA2065;
}
</style>
background-color css
<style>
a { background-color: #FA2065; }
a { background-color: rgb(250,32,101); }
div.DivClassName
{
background-color: #FA2065;
}
.BgClassName
{
background-color: #FA2065;
}
</style>
border-color css
<style>
span { border-color: #FA2065; }
span { border-color: rgb(250,32,101); }
td.TdClassName
{
border-color: #FA2065;
}
.TagClassName
{
border-color: #FA2065;
}
</style>