Shades of Radical Red #FA2067
Tints of Radical Red #FA2067
RGB
CMYK
RGB Variations
Color information
#FA2067 (or 0xFA2067) is known color: Radical Red. HEX triplet: FA, 20 and 67. RGB value is (250,32,103). Sum of RGB (Red+Green+Blue) = 250+32+103=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2067 is #05DF98. Grayscale: #696969. Windows color (decimal): -384921 or 6758650. OLE color: 6758650.
HSL color Cylindrical-coordinate representation of color #FA2067: hue angle of 340.46º 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 #FA2067 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 103 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.02 |
| HSL | 340.46º | 0.96% | 0.55% | - |
| HSV(B) | 340.46º | 0.87% | 0.98% | - |
| XYZ | 42.39 | 22.34 | 14.91 | - |
| YUV | 105.28 | 126.72 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 103 | 0 | 0.87 | 0.59 | 0.02 | 340.46 | 0.96 | 0.55 |
| Hex | FA | 20 | 67 | 0 | 57 | 3B | 2 | 154 | 60 | 37 |
| Octal | 372 | 40 | 147 | 0 | 127 | 73 | 2 | 524 | 140 | 67 |
| Binary | 11111010 | 100000 | 1100111 | 0 | 1010111 | 111011 | 10 | 101010100 | 1100000 | 110111 |
Color Harmonies of #FA2067
Complementary color
Monochromatic Colors of #FA2067
Black with #FA2067
Text Example
Text Example
White with #FA2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2067; }
p { color: rgb(250,32,103); }
H1.HeaderClassName
{
color: #FA2067;
}
.AnyTagClassName
{
color: #FA2067;
}
</style>
background-color css
<style>
a { background-color: #FA2067; }
a { background-color: rgb(250,32,103); }
div.DivClassName
{
background-color: #FA2067;
}
.BgClassName
{
background-color: #FA2067;
}
</style>
border-color css
<style>
span { border-color: #FA2067; }
span { border-color: rgb(250,32,103); }
td.TdClassName
{
border-color: #FA2067;
}
.TagClassName
{
border-color: #FA2067;
}
</style>