Shades of Radical Red #FA2270
Tints of Radical Red #FA2270
RGB
CMYK
RGB Variations
Color information
#FA2270 (or 0xFA2270) is known color: Radical Red. HEX triplet: FA, 22 and 70. RGB value is (250,34,112). Sum of RGB (Red+Green+Blue) = 250+34+112=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2270 is #05DD8F. Grayscale: #6B6B6B. Windows color (decimal): -384400 or 7348986. OLE color: 7348986.
HSL color Cylindrical-coordinate representation of color #FA2270: hue angle of 338.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2270 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 112 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.02 |
| HSL | 338.33º | 0.96% | 0.56% | - |
| HSV(B) | 338.33º | 0.86% | 0.98% | - |
| XYZ | 42.92 | 22.64 | 17.44 | - |
| YUV | 107.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 112 | 0 | 0.86 | 0.55 | 0.02 | 338.33 | 0.96 | 0.56 |
| Hex | FA | 22 | 70 | 0 | 56 | 37 | 2 | 152 | 60 | 38 |
| Octal | 372 | 42 | 160 | 0 | 126 | 67 | 2 | 522 | 140 | 70 |
| Binary | 11111010 | 100010 | 1110000 | 0 | 1010110 | 110111 | 10 | 101010010 | 1100000 | 111000 |
Color Harmonies of #FA2270
Complementary color
Monochromatic Colors of #FA2270
Black with #FA2270
Text Example
Text Example
White with #FA2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2270; }
p { color: rgb(250,34,112); }
H1.HeaderClassName
{
color: #FA2270;
}
.AnyTagClassName
{
color: #FA2270;
}
</style>
background-color css
<style>
a { background-color: #FA2270; }
a { background-color: rgb(250,34,112); }
div.DivClassName
{
background-color: #FA2270;
}
.BgClassName
{
background-color: #FA2270;
}
</style>
border-color css
<style>
span { border-color: #FA2270; }
span { border-color: rgb(250,34,112); }
td.TdClassName
{
border-color: #FA2270;
}
.TagClassName
{
border-color: #FA2270;
}
</style>