Shades of Radical Red #FA255D
Tints of Radical Red #FA255D
RGB
CMYK
RGB Variations
Color information
#FA255D (or 0xFA255D) is known color: Radical Red. HEX triplet: FA, 25 and 5D. RGB value is (250,37,93). Sum of RGB (Red+Green+Blue) = 250+37+93=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA255D is #05DAA2. Grayscale: #6B6B6B. Windows color (decimal): -383651 or 6104570. OLE color: 6104570.
HSL color Cylindrical-coordinate representation of color #FA255D: hue angle of 344.23º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA255D is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 93 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.02 |
| HSL | 344.23º | 0.96% | 0.56% | - |
| HSV(B) | 344.23º | 0.85% | 0.98% | - |
| XYZ | 42.06 | 22.44 | 12.47 | - |
| YUV | 107.07 | 120.07 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 93 | 0 | 0.85 | 0.63 | 0.02 | 344.23 | 0.96 | 0.56 |
| Hex | FA | 25 | 5D | 0 | 55 | 3F | 2 | 158 | 60 | 38 |
| Octal | 372 | 45 | 135 | 0 | 125 | 77 | 2 | 530 | 140 | 70 |
| Binary | 11111010 | 100101 | 1011101 | 0 | 1010101 | 111111 | 10 | 101011000 | 1100000 | 111000 |
Color Harmonies of #FA255D
Complementary color
Monochromatic Colors of #FA255D
Black with #FA255D
Text Example
Text Example
White with #FA255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA255D; }
p { color: rgb(250,37,93); }
H1.HeaderClassName
{
color: #FA255D;
}
.AnyTagClassName
{
color: #FA255D;
}
</style>
background-color css
<style>
a { background-color: #FA255D; }
a { background-color: rgb(250,37,93); }
div.DivClassName
{
background-color: #FA255D;
}
.BgClassName
{
background-color: #FA255D;
}
</style>
border-color css
<style>
span { border-color: #FA255D; }
span { border-color: rgb(250,37,93); }
td.TdClassName
{
border-color: #FA255D;
}
.TagClassName
{
border-color: #FA255D;
}
</style>