Shades of Radical Red #FA276C
Tints of Radical Red #FA276C
RGB
CMYK
RGB Variations
Color information
#FA276C (or 0xFA276C) is known color: Radical Red. HEX triplet: FA, 27 and 6C. RGB value is (250,39,108). Sum of RGB (Red+Green+Blue) = 250+39+108=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA276C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA276C is #05D893. Grayscale: #6D6D6D. Windows color (decimal): -383124 or 7088122. OLE color: 7088122.
HSL color Cylindrical-coordinate representation of color #FA276C: hue angle of 340.38º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA276C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 108 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.02 |
| HSL | 340.38º | 0.95% | 0.57% | - |
| HSV(B) | 340.38º | 0.84% | 0.98% | - |
| XYZ | 42.86 | 22.86 | 16.34 | - |
| YUV | 109.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 108 | 0 | 0.84 | 0.57 | 0.02 | 340.38 | 0.95 | 0.57 |
| Hex | FA | 27 | 6C | 0 | 54 | 39 | 2 | 154 | 5F | 39 |
| Octal | 372 | 47 | 154 | 0 | 124 | 71 | 2 | 524 | 137 | 71 |
| Binary | 11111010 | 100111 | 1101100 | 0 | 1010100 | 111001 | 10 | 101010100 | 1011111 | 111001 |
Color Harmonies of #FA276C
Complementary color
Monochromatic Colors of #FA276C
Black with #FA276C
Text Example
Text Example
White with #FA276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA276C; }
p { color: rgb(250,39,108); }
H1.HeaderClassName
{
color: #FA276C;
}
.AnyTagClassName
{
color: #FA276C;
}
</style>
background-color css
<style>
a { background-color: #FA276C; }
a { background-color: rgb(250,39,108); }
div.DivClassName
{
background-color: #FA276C;
}
.BgClassName
{
background-color: #FA276C;
}
</style>
border-color css
<style>
span { border-color: #FA276C; }
span { border-color: rgb(250,39,108); }
td.TdClassName
{
border-color: #FA276C;
}
.TagClassName
{
border-color: #FA276C;
}
</style>