Shades of Radical Red #FA4245
Tints of Radical Red #FA4245
RGB
CMYK
RGB Variations
Color information
#FA4245 (or 0xFA4245) is known color: Radical Red. HEX triplet: FA, 42 and 45. RGB value is (250,66,69). Sum of RGB (Red+Green+Blue) = 250+66+69=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4245 is #05BDBA. Grayscale: #797979. Windows color (decimal): -376251 or 4539130. OLE color: 4539130.
HSL color Cylindrical-coordinate representation of color #FA4245: hue angle of 359.02º 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 #FA4245 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 69 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.02 |
| HSL | 359.02º | 0.95% | 0.62% | - |
| HSV(B) | 359.02º | 0.74% | 0.98% | - |
| XYZ | 42.45 | 24.65 | 8.15 | - |
| YUV | 121.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 69 | 0 | 0.74 | 0.72 | 0.02 | 359.02 | 0.95 | 0.62 |
| Hex | FA | 42 | 45 | 0 | 4A | 48 | 2 | 167 | 5F | 3E |
| Octal | 372 | 102 | 105 | 0 | 112 | 110 | 2 | 547 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1000101 | 0 | 1001010 | 1001000 | 10 | 101100111 | 1011111 | 111110 |
Color Harmonies of #FA4245
Complementary color
Monochromatic Colors of #FA4245
Black with #FA4245
Text Example
Text Example
White with #FA4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4245; }
p { color: rgb(250,66,69); }
H1.HeaderClassName
{
color: #FA4245;
}
.AnyTagClassName
{
color: #FA4245;
}
</style>
background-color css
<style>
a { background-color: #FA4245; }
a { background-color: rgb(250,66,69); }
div.DivClassName
{
background-color: #FA4245;
}
.BgClassName
{
background-color: #FA4245;
}
</style>
border-color css
<style>
span { border-color: #FA4245; }
span { border-color: rgb(250,66,69); }
td.TdClassName
{
border-color: #FA4245;
}
.TagClassName
{
border-color: #FA4245;
}
</style>