Shades of Radical Red #FA3765
Tints of Radical Red #FA3765
RGB
CMYK
RGB Variations
Color information
#FA3765 (or 0xFA3765) is known color: Radical Red. HEX triplet: FA, 37 and 65. RGB value is (250,55,101). Sum of RGB (Red+Green+Blue) = 250+55+101=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3765 is #05C89A. Grayscale: #767676. Windows color (decimal): -379035 or 6633466. OLE color: 6633466.
HSL color Cylindrical-coordinate representation of color #FA3765: hue angle of 345.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 #FA3765 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 101 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.02 |
| HSL | 345.85º | 0.95% | 0.6% | - |
| HSV(B) | 345.85º | 0.78% | 0.98% | - |
| XYZ | 43.14 | 24 | 14.67 | - |
| YUV | 118.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 101 | 0 | 0.78 | 0.60 | 0.02 | 345.85 | 0.95 | 0.6 |
| Hex | FA | 37 | 65 | 0 | 4E | 3C | 2 | 15A | 5F | 3C |
| Octal | 372 | 67 | 145 | 0 | 116 | 74 | 2 | 532 | 137 | 74 |
| Binary | 11111010 | 110111 | 1100101 | 0 | 1001110 | 111100 | 10 | 101011010 | 1011111 | 111100 |
Color Harmonies of #FA3765
Complementary color
Monochromatic Colors of #FA3765
Black with #FA3765
Text Example
Text Example
White with #FA3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3765; }
p { color: rgb(250,55,101); }
H1.HeaderClassName
{
color: #FA3765;
}
.AnyTagClassName
{
color: #FA3765;
}
</style>
background-color css
<style>
a { background-color: #FA3765; }
a { background-color: rgb(250,55,101); }
div.DivClassName
{
background-color: #FA3765;
}
.BgClassName
{
background-color: #FA3765;
}
</style>
border-color css
<style>
span { border-color: #FA3765; }
span { border-color: rgb(250,55,101); }
td.TdClassName
{
border-color: #FA3765;
}
.TagClassName
{
border-color: #FA3765;
}
</style>