Shades of Radical Red #FA425C
Tints of Radical Red #FA425C
RGB
CMYK
RGB Variations
Color information
#FA425C (or 0xFA425C) is known color: Radical Red. HEX triplet: FA, 42 and 5C. RGB value is (250,66,92). Sum of RGB (Red+Green+Blue) = 250+66+92=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA425C is #05BDA3. Grayscale: #7C7C7C. Windows color (decimal): -376228 or 6046458. OLE color: 6046458.
HSL color Cylindrical-coordinate representation of color #FA425C: hue angle of 351.52º 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 #FA425C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 92 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.02 |
| HSL | 351.52º | 0.95% | 0.62% | - |
| HSV(B) | 351.52º | 0.74% | 0.98% | - |
| XYZ | 43.3 | 24.99 | 12.67 | - |
| YUV | 123.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 92 | 0 | 0.74 | 0.63 | 0.02 | 351.52 | 0.95 | 0.62 |
| Hex | FA | 42 | 5C | 0 | 4A | 3F | 2 | 160 | 5F | 3E |
| Octal | 372 | 102 | 134 | 0 | 112 | 77 | 2 | 540 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1011100 | 0 | 1001010 | 111111 | 10 | 101100000 | 1011111 | 111110 |
Color Harmonies of #FA425C
Complementary color
Monochromatic Colors of #FA425C
Black with #FA425C
Text Example
Text Example
White with #FA425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA425C; }
p { color: rgb(250,66,92); }
H1.HeaderClassName
{
color: #FA425C;
}
.AnyTagClassName
{
color: #FA425C;
}
</style>
background-color css
<style>
a { background-color: #FA425C; }
a { background-color: rgb(250,66,92); }
div.DivClassName
{
background-color: #FA425C;
}
.BgClassName
{
background-color: #FA425C;
}
</style>
border-color css
<style>
span { border-color: #FA425C; }
span { border-color: rgb(250,66,92); }
td.TdClassName
{
border-color: #FA425C;
}
.TagClassName
{
border-color: #FA425C;
}
</style>