Shades of Radical Red #F92D6A
Tints of Radical Red #F92D6A
RGB
CMYK
RGB Variations
Color information
#F92D6A (or 0xF92D6A) is known color: Radical Red. HEX triplet: F9, 2D and 6A. RGB value is (249,45,106). Sum of RGB (Red+Green+Blue) = 249+45+106=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92D6A is #06D295. Grayscale: #707070. Windows color (decimal): -447126 or 6958585. OLE color: 6958585.
HSL color Cylindrical-coordinate representation of color #F92D6A: hue angle of 342.06º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D6A is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 106 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.02 |
| HSL | 342.06º | 0.94% | 0.58% | - |
| HSV(B) | 342.06º | 0.82% | 0.98% | - |
| XYZ | 42.61 | 23.06 | 15.84 | - |
| YUV | 112.95 | 124.09 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 106 | 0 | 0.82 | 0.57 | 0.02 | 342.06 | 0.94 | 0.58 |
| Hex | F9 | 2D | 6A | 0 | 52 | 39 | 2 | 156 | 5E | 3A |
| Octal | 371 | 55 | 152 | 0 | 122 | 71 | 2 | 526 | 136 | 72 |
| Binary | 11111001 | 101101 | 1101010 | 0 | 1010010 | 111001 | 10 | 101010110 | 1011110 | 111010 |
Color Harmonies of #F92D6A
Complementary color
Monochromatic Colors of #F92D6A
Black with #F92D6A
Text Example
Text Example
White with #F92D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D6A; }
p { color: rgb(249,45,106); }
H1.HeaderClassName
{
color: #F92D6A;
}
.AnyTagClassName
{
color: #F92D6A;
}
</style>
background-color css
<style>
a { background-color: #F92D6A; }
a { background-color: rgb(249,45,106); }
div.DivClassName
{
background-color: #F92D6A;
}
.BgClassName
{
background-color: #F92D6A;
}
</style>
border-color css
<style>
span { border-color: #F92D6A; }
span { border-color: rgb(249,45,106); }
td.TdClassName
{
border-color: #F92D6A;
}
.TagClassName
{
border-color: #F92D6A;
}
</style>