Shades of Radical Red #FA4353
Tints of Radical Red #FA4353
RGB
CMYK
RGB Variations
Color information
#FA4353 (or 0xFA4353) is known color: Radical Red. HEX triplet: FA, 43 and 53. RGB value is (250,67,83). Sum of RGB (Red+Green+Blue) = 250+67+83=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4353 is #05BCAC. Grayscale: #7B7B7B. Windows color (decimal): -375981 or 5456890. OLE color: 5456890.
HSL color Cylindrical-coordinate representation of color #FA4353: hue angle of 354.75º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA4353 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 83 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.02 |
| HSL | 354.75º | 0.95% | 0.62% | - |
| HSV(B) | 354.75º | 0.73% | 0.98% | - |
| XYZ | 42.99 | 24.96 | 10.74 | - |
| YUV | 123.54 | 105.13 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 83 | 0 | 0.73 | 0.67 | 0.02 | 354.75 | 0.95 | 0.62 |
| Hex | FA | 43 | 53 | 0 | 49 | 43 | 2 | 163 | 5F | 3E |
| Octal | 372 | 103 | 123 | 0 | 111 | 103 | 2 | 543 | 137 | 76 |
| Binary | 11111010 | 1000011 | 1010011 | 0 | 1001001 | 1000011 | 10 | 101100011 | 1011111 | 111110 |
Color Harmonies of #FA4353
Complementary color
Monochromatic Colors of #FA4353
Black with #FA4353
Text Example
Text Example
White with #FA4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4353; }
p { color: rgb(250,67,83); }
H1.HeaderClassName
{
color: #FA4353;
}
.AnyTagClassName
{
color: #FA4353;
}
</style>
background-color css
<style>
a { background-color: #FA4353; }
a { background-color: rgb(250,67,83); }
div.DivClassName
{
background-color: #FA4353;
}
.BgClassName
{
background-color: #FA4353;
}
</style>
border-color css
<style>
span { border-color: #FA4353; }
span { border-color: rgb(250,67,83); }
td.TdClassName
{
border-color: #FA4353;
}
.TagClassName
{
border-color: #FA4353;
}
</style>