Shades of Radical Red #FA2F68
Tints of Radical Red #FA2F68
RGB
CMYK
RGB Variations
Color information
#FA2F68 (or 0xFA2F68) is known color: Radical Red. HEX triplet: FA, 2F and 68. RGB value is (250,47,104). Sum of RGB (Red+Green+Blue) = 250+47+104=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F68 is #05D097. Grayscale: #727272. Windows color (decimal): -381080 or 6828026. OLE color: 6828026.
HSL color Cylindrical-coordinate representation of color #FA2F68: hue angle of 343.15º 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 #FA2F68 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 104 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.02 |
| HSL | 343.15º | 0.95% | 0.58% | - |
| HSV(B) | 343.15º | 0.81% | 0.98% | - |
| XYZ | 42.94 | 23.36 | 15.34 | - |
| YUV | 114.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 104 | 0 | 0.81 | 0.58 | 0.02 | 343.15 | 0.95 | 0.58 |
| Hex | FA | 2F | 68 | 0 | 51 | 3A | 2 | 157 | 5F | 3A |
| Octal | 372 | 57 | 150 | 0 | 121 | 72 | 2 | 527 | 137 | 72 |
| Binary | 11111010 | 101111 | 1101000 | 0 | 1010001 | 111010 | 10 | 101010111 | 1011111 | 111010 |
Color Harmonies of #FA2F68
Complementary color
Monochromatic Colors of #FA2F68
Black with #FA2F68
Text Example
Text Example
White with #FA2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F68; }
p { color: rgb(250,47,104); }
H1.HeaderClassName
{
color: #FA2F68;
}
.AnyTagClassName
{
color: #FA2F68;
}
</style>
background-color css
<style>
a { background-color: #FA2F68; }
a { background-color: rgb(250,47,104); }
div.DivClassName
{
background-color: #FA2F68;
}
.BgClassName
{
background-color: #FA2F68;
}
</style>
border-color css
<style>
span { border-color: #FA2F68; }
span { border-color: rgb(250,47,104); }
td.TdClassName
{
border-color: #FA2F68;
}
.TagClassName
{
border-color: #FA2F68;
}
</style>