Shades of Radical Red #FA3453
Tints of Radical Red #FA3453
RGB
CMYK
RGB Variations
Color information
#FA3453 (or 0xFA3453) is known color: Radical Red. HEX triplet: FA, 34 and 53. RGB value is (250,52,83). Sum of RGB (Red+Green+Blue) = 250+52+83=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3453 is #05CBAC. Grayscale: #727272. Windows color (decimal): -379821 or 5453050. OLE color: 5453050.
HSL color Cylindrical-coordinate representation of color #FA3453: hue angle of 350.61º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3453 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 83 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.02 |
| HSL | 350.61º | 0.95% | 0.59% | - |
| HSV(B) | 350.61º | 0.79% | 0.98% | - |
| XYZ | 42.21 | 23.4 | 10.48 | - |
| YUV | 114.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 83 | 0 | 0.79 | 0.67 | 0.02 | 350.61 | 0.95 | 0.59 |
| Hex | FA | 34 | 53 | 0 | 4F | 43 | 2 | 15F | 5F | 3B |
| Octal | 372 | 64 | 123 | 0 | 117 | 103 | 2 | 537 | 137 | 73 |
| Binary | 11111010 | 110100 | 1010011 | 0 | 1001111 | 1000011 | 10 | 101011111 | 1011111 | 111011 |
Color Harmonies of #FA3453
Complementary color
Monochromatic Colors of #FA3453
Black with #FA3453
Text Example
Text Example
White with #FA3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3453; }
p { color: rgb(250,52,83); }
H1.HeaderClassName
{
color: #FA3453;
}
.AnyTagClassName
{
color: #FA3453;
}
</style>
background-color css
<style>
a { background-color: #FA3453; }
a { background-color: rgb(250,52,83); }
div.DivClassName
{
background-color: #FA3453;
}
.BgClassName
{
background-color: #FA3453;
}
</style>
border-color css
<style>
span { border-color: #FA3453; }
span { border-color: rgb(250,52,83); }
td.TdClassName
{
border-color: #FA3453;
}
.TagClassName
{
border-color: #FA3453;
}
</style>