Shades of Radical Red #FA4667
Tints of Radical Red #FA4667
RGB
CMYK
RGB Variations
Color information
#FA4667 (or 0xFA4667) is known color: Radical Red. HEX triplet: FA, 46 and 67. RGB value is (250,70,103). Sum of RGB (Red+Green+Blue) = 250+70+103=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4667 is #05B998. Grayscale: #7F7F7F. Windows color (decimal): -375193 or 6768378. OLE color: 6768378.
HSL color Cylindrical-coordinate representation of color #FA4667: hue angle of 349º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA4667 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 103 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.02 |
| HSL | 349º | 0.95% | 0.63% | - |
| HSV(B) | 349º | 0.72% | 0.98% | - |
| XYZ | 44.06 | 25.68 | 15.47 | - |
| YUV | 127.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 103 | 0 | 0.72 | 0.59 | 0.02 | 349 | 0.95 | 0.63 |
| Hex | FA | 46 | 67 | 0 | 48 | 3B | 2 | 15D | 5F | 3F |
| Octal | 372 | 106 | 147 | 0 | 110 | 73 | 2 | 535 | 137 | 77 |
| Binary | 11111010 | 1000110 | 1100111 | 0 | 1001000 | 111011 | 10 | 101011101 | 1011111 | 111111 |
Color Harmonies of #FA4667
Complementary color
Monochromatic Colors of #FA4667
Black with #FA4667
Text Example
Text Example
White with #FA4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4667; }
p { color: rgb(250,70,103); }
H1.HeaderClassName
{
color: #FA4667;
}
.AnyTagClassName
{
color: #FA4667;
}
</style>
background-color css
<style>
a { background-color: #FA4667; }
a { background-color: rgb(250,70,103); }
div.DivClassName
{
background-color: #FA4667;
}
.BgClassName
{
background-color: #FA4667;
}
</style>
border-color css
<style>
span { border-color: #FA4667; }
span { border-color: rgb(250,70,103); }
td.TdClassName
{
border-color: #FA4667;
}
.TagClassName
{
border-color: #FA4667;
}
</style>