Shades of Radical Red #FA3869
Tints of Radical Red #FA3869
RGB
CMYK
RGB Variations
Color information
#FA3869 (or 0xFA3869) is known color: Radical Red. HEX triplet: FA, 38 and 69. RGB value is (250,56,105). Sum of RGB (Red+Green+Blue) = 250+56+105=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3869 is #05C796. Grayscale: #777777. Windows color (decimal): -378775 or 6895866. OLE color: 6895866.
HSL color Cylindrical-coordinate representation of color #FA3869: hue angle of 344.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3869 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 105 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.02 |
| HSL | 344.85º | 0.95% | 0.6% | - |
| HSV(B) | 344.85º | 0.78% | 0.98% | - |
| XYZ | 43.39 | 24.17 | 15.74 | - |
| YUV | 119.59 | 119.77 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 105 | 0 | 0.78 | 0.58 | 0.02 | 344.85 | 0.95 | 0.6 |
| Hex | FA | 38 | 69 | 0 | 4E | 3A | 2 | 159 | 5F | 3C |
| Octal | 372 | 70 | 151 | 0 | 116 | 72 | 2 | 531 | 137 | 74 |
| Binary | 11111010 | 111000 | 1101001 | 0 | 1001110 | 111010 | 10 | 101011001 | 1011111 | 111100 |
Color Harmonies of #FA3869
Complementary color
Monochromatic Colors of #FA3869
Black with #FA3869
Text Example
Text Example
White with #FA3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3869; }
p { color: rgb(250,56,105); }
H1.HeaderClassName
{
color: #FA3869;
}
.AnyTagClassName
{
color: #FA3869;
}
</style>
background-color css
<style>
a { background-color: #FA3869; }
a { background-color: rgb(250,56,105); }
div.DivClassName
{
background-color: #FA3869;
}
.BgClassName
{
background-color: #FA3869;
}
</style>
border-color css
<style>
span { border-color: #FA3869; }
span { border-color: rgb(250,56,105); }
td.TdClassName
{
border-color: #FA3869;
}
.TagClassName
{
border-color: #FA3869;
}
</style>