Shades of Radical Red #FA2B67
Tints of Radical Red #FA2B67
RGB
CMYK
RGB Variations
Color information
#FA2B67 (or 0xFA2B67) is known color: Radical Red. HEX triplet: FA, 2B and 67. RGB value is (250,43,103). Sum of RGB (Red+Green+Blue) = 250+43+103=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B67 is #05D498. Grayscale: #6F6F6F. Windows color (decimal): -382105 or 6761466. OLE color: 6761466.
HSL color Cylindrical-coordinate representation of color #FA2B67: hue angle of 342.61º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B67 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 103 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.02 |
| HSL | 342.61º | 0.95% | 0.57% | - |
| HSV(B) | 342.61º | 0.83% | 0.98% | - |
| XYZ | 42.74 | 23.03 | 15.02 | - |
| YUV | 111.73 | 123.08 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 103 | 0 | 0.83 | 0.59 | 0.02 | 342.61 | 0.95 | 0.57 |
| Hex | FA | 2B | 67 | 0 | 53 | 3B | 2 | 157 | 5F | 39 |
| Octal | 372 | 53 | 147 | 0 | 123 | 73 | 2 | 527 | 137 | 71 |
| Binary | 11111010 | 101011 | 1100111 | 0 | 1010011 | 111011 | 10 | 101010111 | 1011111 | 111001 |
Color Harmonies of #FA2B67
Complementary color
Monochromatic Colors of #FA2B67
Black with #FA2B67
Text Example
Text Example
White with #FA2B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B67; }
p { color: rgb(250,43,103); }
H1.HeaderClassName
{
color: #FA2B67;
}
.AnyTagClassName
{
color: #FA2B67;
}
</style>
background-color css
<style>
a { background-color: #FA2B67; }
a { background-color: rgb(250,43,103); }
div.DivClassName
{
background-color: #FA2B67;
}
.BgClassName
{
background-color: #FA2B67;
}
</style>
border-color css
<style>
span { border-color: #FA2B67; }
span { border-color: rgb(250,43,103); }
td.TdClassName
{
border-color: #FA2B67;
}
.TagClassName
{
border-color: #FA2B67;
}
</style>