Shades of Spicy Pink #F625B7
Tints of Spicy Pink #F625B7
RGB
CMYK
RGB Variations
Color information
#F625B7 (or 0xF625B7) is known color: Spicy Pink. HEX triplet: F6, 25 and B7. RGB value is (246,37,183). Sum of RGB (Red+Green+Blue) = 246+37+183=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F625B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F625B7 is #09DA48. Grayscale: #737373. Windows color (decimal): -645705 or 12002806. OLE color: 12002806.
HSL color Cylindrical-coordinate representation of color #F625B7: hue angle of 318.09º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F625B7 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 183 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.04 |
| HSL | 318.09º | 0.92% | 0.55% | - |
| HSV(B) | 318.09º | 0.85% | 0.96% | - |
| XYZ | 47.21 | 24.33 | 47.01 | - |
| YUV | 116.14 | 165.74 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 183 | 0 | 0.85 | 0.26 | 0.04 | 318.09 | 0.92 | 0.55 |
| Hex | F6 | 25 | B7 | 0 | 55 | 1A | 4 | 13E | 5C | 37 |
| Octal | 366 | 45 | 267 | 0 | 125 | 32 | 4 | 476 | 134 | 67 |
| Binary | 11110110 | 100101 | 10110111 | 0 | 1010101 | 11010 | 100 | 100111110 | 1011100 | 110111 |
Color Harmonies of #F625B7
Complementary color
Monochromatic Colors of #F625B7
Black with #F625B7
Text Example
Text Example
White with #F625B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F625B7; }
p { color: rgb(246,37,183); }
H1.HeaderClassName
{
color: #F625B7;
}
.AnyTagClassName
{
color: #F625B7;
}
</style>
background-color css
<style>
a { background-color: #F625B7; }
a { background-color: rgb(246,37,183); }
div.DivClassName
{
background-color: #F625B7;
}
.BgClassName
{
background-color: #F625B7;
}
</style>
border-color css
<style>
span { border-color: #F625B7; }
span { border-color: rgb(246,37,183); }
td.TdClassName
{
border-color: #F625B7;
}
.TagClassName
{
border-color: #F625B7;
}
</style>