Shades of Radical Red #FA4768
Tints of Radical Red #FA4768
RGB
CMYK
RGB Variations
Color information
#FA4768 (or 0xFA4768) is known color: Radical Red. HEX triplet: FA, 47 and 68. RGB value is (250,71,104). Sum of RGB (Red+Green+Blue) = 250+71+104=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4768 is #05B897. Grayscale: #808080. Windows color (decimal): -374936 or 6834170. OLE color: 6834170.
HSL color Cylindrical-coordinate representation of color #FA4768: hue angle of 348.94º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA4768 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 104 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.02 |
| HSL | 348.94º | 0.95% | 0.63% | - |
| HSV(B) | 348.94º | 0.72% | 0.98% | - |
| XYZ | 44.18 | 25.83 | 15.75 | - |
| YUV | 128.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 104 | 0 | 0.72 | 0.58 | 0.02 | 348.94 | 0.95 | 0.63 |
| Hex | FA | 47 | 68 | 0 | 48 | 3A | 2 | 15D | 5F | 3F |
| Octal | 372 | 107 | 150 | 0 | 110 | 72 | 2 | 535 | 137 | 77 |
| Binary | 11111010 | 1000111 | 1101000 | 0 | 1001000 | 111010 | 10 | 101011101 | 1011111 | 111111 |
Color Harmonies of #FA4768
Complementary color
Monochromatic Colors of #FA4768
Black with #FA4768
Text Example
Text Example
White with #FA4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4768; }
p { color: rgb(250,71,104); }
H1.HeaderClassName
{
color: #FA4768;
}
.AnyTagClassName
{
color: #FA4768;
}
</style>
background-color css
<style>
a { background-color: #FA4768; }
a { background-color: rgb(250,71,104); }
div.DivClassName
{
background-color: #FA4768;
}
.BgClassName
{
background-color: #FA4768;
}
</style>
border-color css
<style>
span { border-color: #FA4768; }
span { border-color: rgb(250,71,104); }
td.TdClassName
{
border-color: #FA4768;
}
.TagClassName
{
border-color: #FA4768;
}
</style>