Shades of Radical Red #F92A50
Tints of Radical Red #F92A50
RGB
CMYK
RGB Variations
Color information
#F92A50 (or 0xF92A50) is known color: Radical Red. HEX triplet: F9, 2A and 50. RGB value is (249,42,80). Sum of RGB (Red+Green+Blue) = 249+42+80=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92A50 is #06D5AF. Grayscale: #6C6C6C. Windows color (decimal): -447920 or 5253881. OLE color: 5253881.
HSL color Cylindrical-coordinate representation of color #F92A50: hue angle of 348.99º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92A50 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 80 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.02 |
| HSL | 348.99º | 0.95% | 0.57% | - |
| HSV(B) | 348.99º | 0.83% | 0.98% | - |
| XYZ | 41.34 | 22.37 | 9.73 | - |
| YUV | 108.23 | 112.08 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 80 | 0 | 0.83 | 0.68 | 0.02 | 348.99 | 0.95 | 0.57 |
| Hex | F9 | 2A | 50 | 0 | 53 | 44 | 2 | 15D | 5F | 39 |
| Octal | 371 | 52 | 120 | 0 | 123 | 104 | 2 | 535 | 137 | 71 |
| Binary | 11111001 | 101010 | 1010000 | 0 | 1010011 | 1000100 | 10 | 101011101 | 1011111 | 111001 |
Color Harmonies of #F92A50
Complementary color
Monochromatic Colors of #F92A50
Black with #F92A50
Text Example
Text Example
White with #F92A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A50; }
p { color: rgb(249,42,80); }
H1.HeaderClassName
{
color: #F92A50;
}
.AnyTagClassName
{
color: #F92A50;
}
</style>
background-color css
<style>
a { background-color: #F92A50; }
a { background-color: rgb(249,42,80); }
div.DivClassName
{
background-color: #F92A50;
}
.BgClassName
{
background-color: #F92A50;
}
</style>
border-color css
<style>
span { border-color: #F92A50; }
span { border-color: rgb(249,42,80); }
td.TdClassName
{
border-color: #F92A50;
}
.TagClassName
{
border-color: #F92A50;
}
</style>