Shades of Radical Red #FA2F6A
Tints of Radical Red #FA2F6A
RGB
CMYK
RGB Variations
Color information
#FA2F6A (or 0xFA2F6A) is known color: Radical Red. HEX triplet: FA, 2F and 6A. RGB value is (250,47,106). Sum of RGB (Red+Green+Blue) = 250+47+106=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F6A is #05D095. Grayscale: #727272. Windows color (decimal): -381078 or 6959098. OLE color: 6959098.
HSL color Cylindrical-coordinate representation of color #FA2F6A: hue angle of 342.56º 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 #FA2F6A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 106 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.02 |
| HSL | 342.56º | 0.95% | 0.58% | - |
| HSV(B) | 342.56º | 0.81% | 0.98% | - |
| XYZ | 43.04 | 23.4 | 15.88 | - |
| YUV | 114.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 106 | 0 | 0.81 | 0.58 | 0.02 | 342.56 | 0.95 | 0.58 |
| Hex | FA | 2F | 6A | 0 | 51 | 3A | 2 | 157 | 5F | 3A |
| Octal | 372 | 57 | 152 | 0 | 121 | 72 | 2 | 527 | 137 | 72 |
| Binary | 11111010 | 101111 | 1101010 | 0 | 1010001 | 111010 | 10 | 101010111 | 1011111 | 111010 |
Color Harmonies of #FA2F6A
Complementary color
Monochromatic Colors of #FA2F6A
Black with #FA2F6A
Text Example
Text Example
White with #FA2F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F6A; }
p { color: rgb(250,47,106); }
H1.HeaderClassName
{
color: #FA2F6A;
}
.AnyTagClassName
{
color: #FA2F6A;
}
</style>
background-color css
<style>
a { background-color: #FA2F6A; }
a { background-color: rgb(250,47,106); }
div.DivClassName
{
background-color: #FA2F6A;
}
.BgClassName
{
background-color: #FA2F6A;
}
</style>
border-color css
<style>
span { border-color: #FA2F6A; }
span { border-color: rgb(250,47,106); }
td.TdClassName
{
border-color: #FA2F6A;
}
.TagClassName
{
border-color: #FA2F6A;
}
</style>