Shades of Spicy Pink #F631B5
Tints of Spicy Pink #F631B5
RGB
CMYK
RGB Variations
Color information
#F631B5 (or 0xF631B5) is known color: Spicy Pink. HEX triplet: F6, 31 and B5. RGB value is (246,49,181). Sum of RGB (Red+Green+Blue) = 246+49+181=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F631B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F631B5 is #09CE4A. Grayscale: #7A7A7A. Windows color (decimal): -642635 or 11874806. OLE color: 11874806.
HSL color Cylindrical-coordinate representation of color #F631B5: hue angle of 319.8º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F631B5 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 181 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.04 |
| HSL | 319.8º | 0.92% | 0.58% | - |
| HSV(B) | 319.8º | 0.8% | 0.96% | - |
| XYZ | 47.44 | 25.13 | 46.07 | - |
| YUV | 122.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 181 | 0 | 0.80 | 0.26 | 0.04 | 319.8 | 0.92 | 0.58 |
| Hex | F6 | 31 | B5 | 0 | 50 | 1A | 4 | 140 | 5C | 3A |
| Octal | 366 | 61 | 265 | 0 | 120 | 32 | 4 | 500 | 134 | 72 |
| Binary | 11110110 | 110001 | 10110101 | 0 | 1010000 | 11010 | 100 | 101000000 | 1011100 | 111010 |
Color Harmonies of #F631B5
Complementary color
Monochromatic Colors of #F631B5
Black with #F631B5
Text Example
Text Example
White with #F631B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F631B5; }
p { color: rgb(246,49,181); }
H1.HeaderClassName
{
color: #F631B5;
}
.AnyTagClassName
{
color: #F631B5;
}
</style>
background-color css
<style>
a { background-color: #F631B5; }
a { background-color: rgb(246,49,181); }
div.DivClassName
{
background-color: #F631B5;
}
.BgClassName
{
background-color: #F631B5;
}
</style>
border-color css
<style>
span { border-color: #F631B5; }
span { border-color: rgb(246,49,181); }
td.TdClassName
{
border-color: #F631B5;
}
.TagClassName
{
border-color: #F631B5;
}
</style>