Shades of Radical Red #FA454C
Tints of Radical Red #FA454C
RGB
CMYK
RGB Variations
Color information
#FA454C (or 0xFA454C) is known color: Radical Red. HEX triplet: FA, 45 and 4C. RGB value is (250,69,76). Sum of RGB (Red+Green+Blue) = 250+69+76=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA454C is #05BAB3. Grayscale: #7C7C7C. Windows color (decimal): -375476 or 4998650. OLE color: 4998650.
HSL color Cylindrical-coordinate representation of color #FA454C: hue angle of 357.68º 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 #FA454C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 76 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.02 |
| HSL | 357.68º | 0.95% | 0.63% | - |
| HSV(B) | 357.68º | 0.72% | 0.98% | - |
| XYZ | 42.86 | 25.1 | 9.42 | - |
| YUV | 123.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 76 | 0 | 0.72 | 0.70 | 0.02 | 357.68 | 0.95 | 0.63 |
| Hex | FA | 45 | 4C | 0 | 48 | 46 | 2 | 166 | 5F | 3F |
| Octal | 372 | 105 | 114 | 0 | 110 | 106 | 2 | 546 | 137 | 77 |
| Binary | 11111010 | 1000101 | 1001100 | 0 | 1001000 | 1000110 | 10 | 101100110 | 1011111 | 111111 |
Color Harmonies of #FA454C
Complementary color
Monochromatic Colors of #FA454C
Black with #FA454C
Text Example
Text Example
White with #FA454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA454C; }
p { color: rgb(250,69,76); }
H1.HeaderClassName
{
color: #FA454C;
}
.AnyTagClassName
{
color: #FA454C;
}
</style>
background-color css
<style>
a { background-color: #FA454C; }
a { background-color: rgb(250,69,76); }
div.DivClassName
{
background-color: #FA454C;
}
.BgClassName
{
background-color: #FA454C;
}
</style>
border-color css
<style>
span { border-color: #FA454C; }
span { border-color: rgb(250,69,76); }
td.TdClassName
{
border-color: #FA454C;
}
.TagClassName
{
border-color: #FA454C;
}
</style>