Shades of Radical Red #FA255F
Tints of Radical Red #FA255F
RGB
CMYK
RGB Variations
Color information
#FA255F (or 0xFA255F) is known color: Radical Red. HEX triplet: FA, 25 and 5F. RGB value is (250,37,95). Sum of RGB (Red+Green+Blue) = 250+37+95=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA255F is #05DAA0. Grayscale: #6B6B6B. Windows color (decimal): -383649 or 6235642. OLE color: 6235642.
HSL color Cylindrical-coordinate representation of color #FA255F: hue angle of 343.66º 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 #FA255F is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 95 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.02 |
| HSL | 343.66º | 0.96% | 0.56% | - |
| HSV(B) | 343.66º | 0.85% | 0.98% | - |
| XYZ | 42.15 | 22.47 | 12.94 | - |
| YUV | 107.3 | 121.07 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 95 | 0 | 0.85 | 0.62 | 0.02 | 343.66 | 0.96 | 0.56 |
| Hex | FA | 25 | 5F | 0 | 55 | 3E | 2 | 158 | 60 | 38 |
| Octal | 372 | 45 | 137 | 0 | 125 | 76 | 2 | 530 | 140 | 70 |
| Binary | 11111010 | 100101 | 1011111 | 0 | 1010101 | 111110 | 10 | 101011000 | 1100000 | 111000 |
Color Harmonies of #FA255F
Complementary color
Monochromatic Colors of #FA255F
Black with #FA255F
Text Example
Text Example
White with #FA255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA255F; }
p { color: rgb(250,37,95); }
H1.HeaderClassName
{
color: #FA255F;
}
.AnyTagClassName
{
color: #FA255F;
}
</style>
background-color css
<style>
a { background-color: #FA255F; }
a { background-color: rgb(250,37,95); }
div.DivClassName
{
background-color: #FA255F;
}
.BgClassName
{
background-color: #FA255F;
}
</style>
border-color css
<style>
span { border-color: #FA255F; }
span { border-color: rgb(250,37,95); }
td.TdClassName
{
border-color: #FA255F;
}
.TagClassName
{
border-color: #FA255F;
}
</style>