Shades of Radical Red #FA225D
Tints of Radical Red #FA225D
RGB
CMYK
RGB Variations
Color information
#FA225D (or 0xFA225D) is known color: Radical Red. HEX triplet: FA, 22 and 5D. RGB value is (250,34,93). Sum of RGB (Red+Green+Blue) = 250+34+93=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA225D is #05DDA2. Grayscale: #696969. Windows color (decimal): -384419 or 6103802. OLE color: 6103802.
HSL color Cylindrical-coordinate representation of color #FA225D: hue angle of 343.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA225D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 93 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.02 |
| HSL | 343.61º | 0.96% | 0.56% | - |
| HSV(B) | 343.61º | 0.86% | 0.98% | - |
| XYZ | 41.97 | 22.26 | 12.44 | - |
| YUV | 105.31 | 121.06 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 93 | 0 | 0.86 | 0.63 | 0.02 | 343.61 | 0.96 | 0.56 |
| Hex | FA | 22 | 5D | 0 | 56 | 3F | 2 | 158 | 60 | 38 |
| Octal | 372 | 42 | 135 | 0 | 126 | 77 | 2 | 530 | 140 | 70 |
| Binary | 11111010 | 100010 | 1011101 | 0 | 1010110 | 111111 | 10 | 101011000 | 1100000 | 111000 |
Color Harmonies of #FA225D
Complementary color
Monochromatic Colors of #FA225D
Black with #FA225D
Text Example
Text Example
White with #FA225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA225D; }
p { color: rgb(250,34,93); }
H1.HeaderClassName
{
color: #FA225D;
}
.AnyTagClassName
{
color: #FA225D;
}
</style>
background-color css
<style>
a { background-color: #FA225D; }
a { background-color: rgb(250,34,93); }
div.DivClassName
{
background-color: #FA225D;
}
.BgClassName
{
background-color: #FA225D;
}
</style>
border-color css
<style>
span { border-color: #FA225D; }
span { border-color: rgb(250,34,93); }
td.TdClassName
{
border-color: #FA225D;
}
.TagClassName
{
border-color: #FA225D;
}
</style>