Shades of Radical Red #FA2F63
Tints of Radical Red #FA2F63
RGB
CMYK
RGB Variations
Color information
#FA2F63 (or 0xFA2F63) is known color: Radical Red. HEX triplet: FA, 2F and 63. RGB value is (250,47,99). Sum of RGB (Red+Green+Blue) = 250+47+99=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F63 is #05D09C. Grayscale: #717171. Windows color (decimal): -381085 or 6500346. OLE color: 6500346.
HSL color Cylindrical-coordinate representation of color #FA2F63: hue angle of 344.63º 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 #FA2F63 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 99 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.02 |
| HSL | 344.63º | 0.95% | 0.58% | - |
| HSV(B) | 344.63º | 0.81% | 0.98% | - |
| XYZ | 42.69 | 23.26 | 14.04 | - |
| YUV | 113.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 99 | 0 | 0.81 | 0.60 | 0.02 | 344.63 | 0.95 | 0.58 |
| Hex | FA | 2F | 63 | 0 | 51 | 3C | 2 | 159 | 5F | 3A |
| Octal | 372 | 57 | 143 | 0 | 121 | 74 | 2 | 531 | 137 | 72 |
| Binary | 11111010 | 101111 | 1100011 | 0 | 1010001 | 111100 | 10 | 101011001 | 1011111 | 111010 |
Color Harmonies of #FA2F63
Complementary color
Monochromatic Colors of #FA2F63
Black with #FA2F63
Text Example
Text Example
White with #FA2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F63; }
p { color: rgb(250,47,99); }
H1.HeaderClassName
{
color: #FA2F63;
}
.AnyTagClassName
{
color: #FA2F63;
}
</style>
background-color css
<style>
a { background-color: #FA2F63; }
a { background-color: rgb(250,47,99); }
div.DivClassName
{
background-color: #FA2F63;
}
.BgClassName
{
background-color: #FA2F63;
}
</style>
border-color css
<style>
span { border-color: #FA2F63; }
span { border-color: rgb(250,47,99); }
td.TdClassName
{
border-color: #FA2F63;
}
.TagClassName
{
border-color: #FA2F63;
}
</style>