Shades of Radical Red #FA3468
Tints of Radical Red #FA3468
RGB
CMYK
RGB Variations
Color information
#FA3468 (or 0xFA3468) is known color: Radical Red. HEX triplet: FA, 34 and 68. RGB value is (250,52,104). Sum of RGB (Red+Green+Blue) = 250+52+104=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3468 is #05CB97. Grayscale: #757575. Windows color (decimal): -379800 or 6829306. OLE color: 6829306.
HSL color Cylindrical-coordinate representation of color #FA3468: hue angle of 344.24º 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 #FA3468 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 104 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.02 |
| HSL | 344.24º | 0.95% | 0.59% | - |
| HSV(B) | 344.24º | 0.79% | 0.98% | - |
| XYZ | 43.15 | 23.78 | 15.41 | - |
| YUV | 117.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 104 | 0 | 0.79 | 0.58 | 0.02 | 344.24 | 0.95 | 0.59 |
| Hex | FA | 34 | 68 | 0 | 4F | 3A | 2 | 158 | 5F | 3B |
| Octal | 372 | 64 | 150 | 0 | 117 | 72 | 2 | 530 | 137 | 73 |
| Binary | 11111010 | 110100 | 1101000 | 0 | 1001111 | 111010 | 10 | 101011000 | 1011111 | 111011 |
Color Harmonies of #FA3468
Complementary color
Monochromatic Colors of #FA3468
Black with #FA3468
Text Example
Text Example
White with #FA3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3468; }
p { color: rgb(250,52,104); }
H1.HeaderClassName
{
color: #FA3468;
}
.AnyTagClassName
{
color: #FA3468;
}
</style>
background-color css
<style>
a { background-color: #FA3468; }
a { background-color: rgb(250,52,104); }
div.DivClassName
{
background-color: #FA3468;
}
.BgClassName
{
background-color: #FA3468;
}
</style>
border-color css
<style>
span { border-color: #FA3468; }
span { border-color: rgb(250,52,104); }
td.TdClassName
{
border-color: #FA3468;
}
.TagClassName
{
border-color: #FA3468;
}
</style>