Shades of Radical Red #FA424B
Tints of Radical Red #FA424B
RGB
CMYK
RGB Variations
Color information
#FA424B (or 0xFA424B) is known color: Radical Red. HEX triplet: FA, 42 and 4B. RGB value is (250,66,75). Sum of RGB (Red+Green+Blue) = 250+66+75=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA424B is #05BDB4. Grayscale: #7A7A7A. Windows color (decimal): -376245 or 4932346. OLE color: 4932346.
HSL color Cylindrical-coordinate representation of color #FA424B: hue angle of 357.07º 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 #FA424B is Cyan = 0, Magento = 0.74, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 75 | - |
| CMYK | 0 | 0.74 | 0.7 | 0.02 |
| HSL | 357.07º | 0.95% | 0.62% | - |
| HSV(B) | 357.07º | 0.74% | 0.98% | - |
| XYZ | 42.64 | 24.73 | 9.18 | - |
| YUV | 122.04 | 101.46 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 75 | 0 | 0.74 | 0.7 | 0.02 | 357.07 | 0.95 | 0.62 |
| Hex | FA | 42 | 4B | 0 | 4A | 46 | 2 | 165 | 5F | 3E |
| Octal | 372 | 102 | 113 | 0 | 112 | 106 | 2 | 545 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1001011 | 0 | 1001010 | 1000110 | 10 | 101100101 | 1011111 | 111110 |
Color Harmonies of #FA424B
Complementary color
Monochromatic Colors of #FA424B
Black with #FA424B
Text Example
Text Example
White with #FA424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA424B; }
p { color: rgb(250,66,75); }
H1.HeaderClassName
{
color: #FA424B;
}
.AnyTagClassName
{
color: #FA424B;
}
</style>
background-color css
<style>
a { background-color: #FA424B; }
a { background-color: rgb(250,66,75); }
div.DivClassName
{
background-color: #FA424B;
}
.BgClassName
{
background-color: #FA424B;
}
</style>
border-color css
<style>
span { border-color: #FA424B; }
span { border-color: rgb(250,66,75); }
td.TdClassName
{
border-color: #FA424B;
}
.TagClassName
{
border-color: #FA424B;
}
</style>