Shades of Radical Red #FA2F54
Tints of Radical Red #FA2F54
RGB
CMYK
RGB Variations
Color information
#FA2F54 (or 0xFA2F54) is known color: Radical Red. HEX triplet: FA, 2F and 54. RGB value is (250,47,84). Sum of RGB (Red+Green+Blue) = 250+47+84=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F54 is #05D0AB. Grayscale: #6F6F6F. Windows color (decimal): -381100 or 5517306. OLE color: 5517306.
HSL color Cylindrical-coordinate representation of color #FA2F54: hue angle of 349.06º 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 #FA2F54 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 84 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.02 |
| HSL | 349.06º | 0.95% | 0.58% | - |
| HSV(B) | 349.06º | 0.81% | 0.98% | - |
| XYZ | 42.04 | 23 | 10.61 | - |
| YUV | 111.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 84 | 0 | 0.81 | 0.66 | 0.02 | 349.06 | 0.95 | 0.58 |
| Hex | FA | 2F | 54 | 0 | 51 | 42 | 2 | 15D | 5F | 3A |
| Octal | 372 | 57 | 124 | 0 | 121 | 102 | 2 | 535 | 137 | 72 |
| Binary | 11111010 | 101111 | 1010100 | 0 | 1010001 | 1000010 | 10 | 101011101 | 1011111 | 111010 |
Color Harmonies of #FA2F54
Complementary color
Monochromatic Colors of #FA2F54
Black with #FA2F54
Text Example
Text Example
White with #FA2F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F54; }
p { color: rgb(250,47,84); }
H1.HeaderClassName
{
color: #FA2F54;
}
.AnyTagClassName
{
color: #FA2F54;
}
</style>
background-color css
<style>
a { background-color: #FA2F54; }
a { background-color: rgb(250,47,84); }
div.DivClassName
{
background-color: #FA2F54;
}
.BgClassName
{
background-color: #FA2F54;
}
</style>
border-color css
<style>
span { border-color: #FA2F54; }
span { border-color: rgb(250,47,84); }
td.TdClassName
{
border-color: #FA2F54;
}
.TagClassName
{
border-color: #FA2F54;
}
</style>