Shades of Radical Red #FA4073
Tints of Radical Red #FA4073
RGB
CMYK
RGB Variations
Color information
#FA4073 (or 0xFA4073) is known color: Radical Red. HEX triplet: FA, 40 and 73. RGB value is (250,64,115). Sum of RGB (Red+Green+Blue) = 250+64+115=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4073 is #05BF8C. Grayscale: #7D7D7D. Windows color (decimal): -376717 or 7553274. OLE color: 7553274.
HSL color Cylindrical-coordinate representation of color #FA4073: hue angle of 343.55º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4073 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 115 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.02 |
| HSL | 343.55º | 0.95% | 0.62% | - |
| HSV(B) | 343.55º | 0.74% | 0.98% | - |
| XYZ | 44.35 | 25.23 | 18.75 | - |
| YUV | 125.43 | 122.12 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 115 | 0 | 0.74 | 0.54 | 0.02 | 343.55 | 0.95 | 0.62 |
| Hex | FA | 40 | 73 | 0 | 4A | 36 | 2 | 158 | 5F | 3E |
| Octal | 372 | 100 | 163 | 0 | 112 | 66 | 2 | 530 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1110011 | 0 | 1001010 | 110110 | 10 | 101011000 | 1011111 | 111110 |
Color Harmonies of #FA4073
Complementary color
Monochromatic Colors of #FA4073
Black with #FA4073
Text Example
Text Example
White with #FA4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4073; }
p { color: rgb(250,64,115); }
H1.HeaderClassName
{
color: #FA4073;
}
.AnyTagClassName
{
color: #FA4073;
}
</style>
background-color css
<style>
a { background-color: #FA4073; }
a { background-color: rgb(250,64,115); }
div.DivClassName
{
background-color: #FA4073;
}
.BgClassName
{
background-color: #FA4073;
}
</style>
border-color css
<style>
span { border-color: #FA4073; }
span { border-color: rgb(250,64,115); }
td.TdClassName
{
border-color: #FA4073;
}
.TagClassName
{
border-color: #FA4073;
}
</style>