Shades of Radical Red #FA3967
Tints of Radical Red #FA3967
RGB
CMYK
RGB Variations
Color information
#FA3967 (or 0xFA3967) is known color: Radical Red. HEX triplet: FA, 39 and 67. RGB value is (250,57,103). Sum of RGB (Red+Green+Blue) = 250+57+103=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3967 is #05C698. Grayscale: #777777. Windows color (decimal): -378521 or 6765050. OLE color: 6765050.
HSL color Cylindrical-coordinate representation of color #FA3967: hue angle of 345.7º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3967 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 103 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.02 |
| HSL | 345.7º | 0.95% | 0.6% | - |
| HSV(B) | 345.7º | 0.77% | 0.98% | - |
| XYZ | 43.34 | 24.23 | 15.22 | - |
| YUV | 119.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 103 | 0 | 0.77 | 0.59 | 0.02 | 345.7 | 0.95 | 0.6 |
| Hex | FA | 39 | 67 | 0 | 4D | 3B | 2 | 15A | 5F | 3C |
| Octal | 372 | 71 | 147 | 0 | 115 | 73 | 2 | 532 | 137 | 74 |
| Binary | 11111010 | 111001 | 1100111 | 0 | 1001101 | 111011 | 10 | 101011010 | 1011111 | 111100 |
Color Harmonies of #FA3967
Complementary color
Monochromatic Colors of #FA3967
Black with #FA3967
Text Example
Text Example
White with #FA3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3967; }
p { color: rgb(250,57,103); }
H1.HeaderClassName
{
color: #FA3967;
}
.AnyTagClassName
{
color: #FA3967;
}
</style>
background-color css
<style>
a { background-color: #FA3967; }
a { background-color: rgb(250,57,103); }
div.DivClassName
{
background-color: #FA3967;
}
.BgClassName
{
background-color: #FA3967;
}
</style>
border-color css
<style>
span { border-color: #FA3967; }
span { border-color: rgb(250,57,103); }
td.TdClassName
{
border-color: #FA3967;
}
.TagClassName
{
border-color: #FA3967;
}
</style>