Shades of Amaranth #F92D4B
Tints of Amaranth #F92D4B
RGB
CMYK
RGB Variations
Color information
#F92D4B (or 0xF92D4B) is known color: Amaranth. HEX triplet: F9, 2D and 4B. RGB value is (249,45,75). Sum of RGB (Red+Green+Blue) = 249+45+75=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D4B is #06D2B4. Grayscale: #6D6D6D. Windows color (decimal): -447157 or 4926969. OLE color: 4926969.
HSL color Cylindrical-coordinate representation of color #F92D4B: hue angle of 351.18º 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 #F92D4B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 75 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.02 |
| HSL | 351.18º | 0.94% | 0.58% | - |
| HSV(B) | 351.18º | 0.82% | 0.98% | - |
| XYZ | 41.28 | 22.52 | 8.83 | - |
| YUV | 109.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 75 | 0 | 0.82 | 0.70 | 0.02 | 351.18 | 0.94 | 0.58 |
| Hex | F9 | 2D | 4B | 0 | 52 | 46 | 2 | 15F | 5E | 3A |
| Octal | 371 | 55 | 113 | 0 | 122 | 106 | 2 | 537 | 136 | 72 |
| Binary | 11111001 | 101101 | 1001011 | 0 | 1010010 | 1000110 | 10 | 101011111 | 1011110 | 111010 |
Color Harmonies of #F92D4B
Complementary color
Monochromatic Colors of #F92D4B
Black with #F92D4B
Text Example
Text Example
White with #F92D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D4B; }
p { color: rgb(249,45,75); }
H1.HeaderClassName
{
color: #F92D4B;
}
.AnyTagClassName
{
color: #F92D4B;
}
</style>
background-color css
<style>
a { background-color: #F92D4B; }
a { background-color: rgb(249,45,75); }
div.DivClassName
{
background-color: #F92D4B;
}
.BgClassName
{
background-color: #F92D4B;
}
</style>
border-color css
<style>
span { border-color: #F92D4B; }
span { border-color: rgb(249,45,75); }
td.TdClassName
{
border-color: #F92D4B;
}
.TagClassName
{
border-color: #F92D4B;
}
</style>