Shades of Radical Red #FA3274
Tints of Radical Red #FA3274
RGB
CMYK
RGB Variations
Color information
#FA3274 (or 0xFA3274) is known color: Radical Red. HEX triplet: FA, 32 and 74. RGB value is (250,50,116). Sum of RGB (Red+Green+Blue) = 250+50+116=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3274 is #05CD8B. Grayscale: #757575. Windows color (decimal): -380300 or 7615226. OLE color: 7615226.
HSL color Cylindrical-coordinate representation of color #FA3274: hue angle of 340.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3274 is Cyan = 0, Magento = 0.8, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 116 | - |
| CMYK | 0 | 0.8 | 0.54 | 0.02 |
| HSL | 340.2º | 0.95% | 0.59% | - |
| HSV(B) | 340.2º | 0.8% | 0.98% | - |
| XYZ | 43.72 | 23.87 | 18.83 | - |
| YUV | 117.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 116 | 0 | 0.8 | 0.54 | 0.02 | 340.2 | 0.95 | 0.59 |
| Hex | FA | 32 | 74 | 0 | 50 | 36 | 2 | 154 | 5F | 3B |
| Octal | 372 | 62 | 164 | 0 | 120 | 66 | 2 | 524 | 137 | 73 |
| Binary | 11111010 | 110010 | 1110100 | 0 | 1010000 | 110110 | 10 | 101010100 | 1011111 | 111011 |
Color Harmonies of #FA3274
Complementary color
Monochromatic Colors of #FA3274
Black with #FA3274
Text Example
Text Example
White with #FA3274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3274; }
p { color: rgb(250,50,116); }
H1.HeaderClassName
{
color: #FA3274;
}
.AnyTagClassName
{
color: #FA3274;
}
</style>
background-color css
<style>
a { background-color: #FA3274; }
a { background-color: rgb(250,50,116); }
div.DivClassName
{
background-color: #FA3274;
}
.BgClassName
{
background-color: #FA3274;
}
</style>
border-color css
<style>
span { border-color: #FA3274; }
span { border-color: rgb(250,50,116); }
td.TdClassName
{
border-color: #FA3274;
}
.TagClassName
{
border-color: #FA3274;
}
</style>