Shades of Radical Red #FA434C
Tints of Radical Red #FA434C
RGB
CMYK
RGB Variations
Color information
#FA434C (or 0xFA434C) is known color: Radical Red. HEX triplet: FA, 43 and 4C. RGB value is (250,67,76). Sum of RGB (Red+Green+Blue) = 250+67+76=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA434C is #05BCB3. Grayscale: #7A7A7A. Windows color (decimal): -375988 or 4998138. OLE color: 4998138.
HSL color Cylindrical-coordinate representation of color #FA434C: hue angle of 357.05º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA434C is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 76 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.02 |
| HSL | 357.05º | 0.95% | 0.62% | - |
| HSV(B) | 357.05º | 0.73% | 0.98% | - |
| XYZ | 42.74 | 24.86 | 9.38 | - |
| YUV | 122.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 76 | 0 | 0.73 | 0.70 | 0.02 | 357.05 | 0.95 | 0.62 |
| Hex | FA | 43 | 4C | 0 | 49 | 46 | 2 | 165 | 5F | 3E |
| Octal | 372 | 103 | 114 | 0 | 111 | 106 | 2 | 545 | 137 | 76 |
| Binary | 11111010 | 1000011 | 1001100 | 0 | 1001001 | 1000110 | 10 | 101100101 | 1011111 | 111110 |
Color Harmonies of #FA434C
Complementary color
Monochromatic Colors of #FA434C
Black with #FA434C
Text Example
Text Example
White with #FA434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA434C; }
p { color: rgb(250,67,76); }
H1.HeaderClassName
{
color: #FA434C;
}
.AnyTagClassName
{
color: #FA434C;
}
</style>
background-color css
<style>
a { background-color: #FA434C; }
a { background-color: rgb(250,67,76); }
div.DivClassName
{
background-color: #FA434C;
}
.BgClassName
{
background-color: #FA434C;
}
</style>
border-color css
<style>
span { border-color: #FA434C; }
span { border-color: rgb(250,67,76); }
td.TdClassName
{
border-color: #FA434C;
}
.TagClassName
{
border-color: #FA434C;
}
</style>