Shades of Radical Red #FA3352
Tints of Radical Red #FA3352
RGB
CMYK
RGB Variations
Color information
#FA3352 (or 0xFA3352) is known color: Radical Red. HEX triplet: FA, 33 and 52. RGB value is (250,51,82). Sum of RGB (Red+Green+Blue) = 250+51+82=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3352 is #05CCAD. Grayscale: #727272. Windows color (decimal): -380078 or 5387258. OLE color: 5387258.
HSL color Cylindrical-coordinate representation of color #FA3352: hue angle of 350.65º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3352 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 82 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.02 |
| HSL | 350.65º | 0.95% | 0.59% | - |
| HSV(B) | 350.65º | 0.8% | 0.98% | - |
| XYZ | 42.13 | 23.3 | 10.26 | - |
| YUV | 114.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 82 | 0 | 0.80 | 0.67 | 0.02 | 350.65 | 0.95 | 0.59 |
| Hex | FA | 33 | 52 | 0 | 50 | 43 | 2 | 15F | 5F | 3B |
| Octal | 372 | 63 | 122 | 0 | 120 | 103 | 2 | 537 | 137 | 73 |
| Binary | 11111010 | 110011 | 1010010 | 0 | 1010000 | 1000011 | 10 | 101011111 | 1011111 | 111011 |
Color Harmonies of #FA3352
Complementary color
Monochromatic Colors of #FA3352
Black with #FA3352
Text Example
Text Example
White with #FA3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3352; }
p { color: rgb(250,51,82); }
H1.HeaderClassName
{
color: #FA3352;
}
.AnyTagClassName
{
color: #FA3352;
}
</style>
background-color css
<style>
a { background-color: #FA3352; }
a { background-color: rgb(250,51,82); }
div.DivClassName
{
background-color: #FA3352;
}
.BgClassName
{
background-color: #FA3352;
}
</style>
border-color css
<style>
span { border-color: #FA3352; }
span { border-color: rgb(250,51,82); }
td.TdClassName
{
border-color: #FA3352;
}
.TagClassName
{
border-color: #FA3352;
}
</style>