Shades of Radical Red #FA2F60
Tints of Radical Red #FA2F60
RGB
CMYK
RGB Variations
Color information
#FA2F60 (or 0xFA2F60) is known color: Radical Red. HEX triplet: FA, 2F and 60. RGB value is (250,47,96). Sum of RGB (Red+Green+Blue) = 250+47+96=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F60 is #05D09F. Grayscale: #717171. Windows color (decimal): -381088 or 6303738. OLE color: 6303738.
HSL color Cylindrical-coordinate representation of color #FA2F60: hue angle of 345.52º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2F60 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 96 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.02 |
| HSL | 345.52º | 0.95% | 0.58% | - |
| HSV(B) | 345.52º | 0.81% | 0.98% | - |
| XYZ | 42.55 | 23.2 | 13.3 | - |
| YUV | 113.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 96 | 0 | 0.81 | 0.62 | 0.02 | 345.52 | 0.95 | 0.58 |
| Hex | FA | 2F | 60 | 0 | 51 | 3E | 2 | 15A | 5F | 3A |
| Octal | 372 | 57 | 140 | 0 | 121 | 76 | 2 | 532 | 137 | 72 |
| Binary | 11111010 | 101111 | 1100000 | 0 | 1010001 | 111110 | 10 | 101011010 | 1011111 | 111010 |
Color Harmonies of #FA2F60
Complementary color
Monochromatic Colors of #FA2F60
Black with #FA2F60
Text Example
Text Example
White with #FA2F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F60; }
p { color: rgb(250,47,96); }
H1.HeaderClassName
{
color: #FA2F60;
}
.AnyTagClassName
{
color: #FA2F60;
}
</style>
background-color css
<style>
a { background-color: #FA2F60; }
a { background-color: rgb(250,47,96); }
div.DivClassName
{
background-color: #FA2F60;
}
.BgClassName
{
background-color: #FA2F60;
}
</style>
border-color css
<style>
span { border-color: #FA2F60; }
span { border-color: rgb(250,47,96); }
td.TdClassName
{
border-color: #FA2F60;
}
.TagClassName
{
border-color: #FA2F60;
}
</style>