Shades of Radical Red #FA425D
Tints of Radical Red #FA425D
RGB
CMYK
RGB Variations
Color information
#FA425D (or 0xFA425D) is known color: Radical Red. HEX triplet: FA, 42 and 5D. RGB value is (250,66,93). Sum of RGB (Red+Green+Blue) = 250+66+93=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA425D is #05BDA2. Grayscale: #7C7C7C. Windows color (decimal): -376227 or 6111994. OLE color: 6111994.
HSL color Cylindrical-coordinate representation of color #FA425D: hue angle of 351.2º 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 #FA425D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 93 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.02 |
| HSL | 351.2º | 0.95% | 0.62% | - |
| HSV(B) | 351.2º | 0.74% | 0.98% | - |
| XYZ | 43.35 | 25.01 | 12.9 | - |
| YUV | 124.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 93 | 0 | 0.74 | 0.63 | 0.02 | 351.2 | 0.95 | 0.62 |
| Hex | FA | 42 | 5D | 0 | 4A | 3F | 2 | 15F | 5F | 3E |
| Octal | 372 | 102 | 135 | 0 | 112 | 77 | 2 | 537 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1011101 | 0 | 1001010 | 111111 | 10 | 101011111 | 1011111 | 111110 |
Color Harmonies of #FA425D
Complementary color
Monochromatic Colors of #FA425D
Black with #FA425D
Text Example
Text Example
White with #FA425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA425D; }
p { color: rgb(250,66,93); }
H1.HeaderClassName
{
color: #FA425D;
}
.AnyTagClassName
{
color: #FA425D;
}
</style>
background-color css
<style>
a { background-color: #FA425D; }
a { background-color: rgb(250,66,93); }
div.DivClassName
{
background-color: #FA425D;
}
.BgClassName
{
background-color: #FA425D;
}
</style>
border-color css
<style>
span { border-color: #FA425D; }
span { border-color: rgb(250,66,93); }
td.TdClassName
{
border-color: #FA425D;
}
.TagClassName
{
border-color: #FA425D;
}
</style>