Shades of Radical Red #FA4272
Tints of Radical Red #FA4272
RGB
CMYK
RGB Variations
Color information
#FA4272 (or 0xFA4272) is known color: Radical Red. HEX triplet: FA, 42 and 72. RGB value is (250,66,114). Sum of RGB (Red+Green+Blue) = 250+66+114=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4272 is #05BD8D. Grayscale: #7E7E7E. Windows color (decimal): -376206 or 7488250. OLE color: 7488250.
HSL color Cylindrical-coordinate representation of color #FA4272: hue angle of 344.35º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4272 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 114 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.02 |
| HSL | 344.35º | 0.95% | 0.62% | - |
| HSV(B) | 344.35º | 0.74% | 0.98% | - |
| XYZ | 44.41 | 25.44 | 18.49 | - |
| YUV | 126.49 | 120.96 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 114 | 0 | 0.74 | 0.54 | 0.02 | 344.35 | 0.95 | 0.62 |
| Hex | FA | 42 | 72 | 0 | 4A | 36 | 2 | 158 | 5F | 3E |
| Octal | 372 | 102 | 162 | 0 | 112 | 66 | 2 | 530 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1110010 | 0 | 1001010 | 110110 | 10 | 101011000 | 1011111 | 111110 |
Color Harmonies of #FA4272
Complementary color
Monochromatic Colors of #FA4272
Black with #FA4272
Text Example
Text Example
White with #FA4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4272; }
p { color: rgb(250,66,114); }
H1.HeaderClassName
{
color: #FA4272;
}
.AnyTagClassName
{
color: #FA4272;
}
</style>
background-color css
<style>
a { background-color: #FA4272; }
a { background-color: rgb(250,66,114); }
div.DivClassName
{
background-color: #FA4272;
}
.BgClassName
{
background-color: #FA4272;
}
</style>
border-color css
<style>
span { border-color: #FA4272; }
span { border-color: rgb(250,66,114); }
td.TdClassName
{
border-color: #FA4272;
}
.TagClassName
{
border-color: #FA4272;
}
</style>