Shades of Radical Red #FA4366
Tints of Radical Red #FA4366
RGB
CMYK
RGB Variations
Color information
#FA4366 (or 0xFA4366) is known color: Radical Red. HEX triplet: FA, 43 and 66. RGB value is (250,67,102). Sum of RGB (Red+Green+Blue) = 250+67+102=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4366 is #05BC99. Grayscale: #7D7D7D. Windows color (decimal): -375962 or 6702074. OLE color: 6702074.
HSL color Cylindrical-coordinate representation of color #FA4366: hue angle of 348.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA4366 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 102 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.02 |
| HSL | 348.52º | 0.95% | 0.62% | - |
| HSV(B) | 348.52º | 0.73% | 0.98% | - |
| XYZ | 43.83 | 25.3 | 15.14 | - |
| YUV | 125.71 | 114.63 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 102 | 0 | 0.73 | 0.59 | 0.02 | 348.52 | 0.95 | 0.62 |
| Hex | FA | 43 | 66 | 0 | 49 | 3B | 2 | 15D | 5F | 3E |
| Octal | 372 | 103 | 146 | 0 | 111 | 73 | 2 | 535 | 137 | 76 |
| Binary | 11111010 | 1000011 | 1100110 | 0 | 1001001 | 111011 | 10 | 101011101 | 1011111 | 111110 |
Color Harmonies of #FA4366
Complementary color
Monochromatic Colors of #FA4366
Black with #FA4366
Text Example
Text Example
White with #FA4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4366; }
p { color: rgb(250,67,102); }
H1.HeaderClassName
{
color: #FA4366;
}
.AnyTagClassName
{
color: #FA4366;
}
</style>
background-color css
<style>
a { background-color: #FA4366; }
a { background-color: rgb(250,67,102); }
div.DivClassName
{
background-color: #FA4366;
}
.BgClassName
{
background-color: #FA4366;
}
</style>
border-color css
<style>
span { border-color: #FA4366; }
span { border-color: rgb(250,67,102); }
td.TdClassName
{
border-color: #FA4366;
}
.TagClassName
{
border-color: #FA4366;
}
</style>