Shades of Spicy Pink #F625BD
Tints of Spicy Pink #F625BD
RGB
CMYK
RGB Variations
Color information
#F625BD (or 0xF625BD) is known color: Spicy Pink. HEX triplet: F6, 25 and BD. RGB value is (246,37,189). Sum of RGB (Red+Green+Blue) = 246+37+189=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F625BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F625BD is #09DA42. Grayscale: #747474. Windows color (decimal): -645699 or 12396022. OLE color: 12396022.
HSL color Cylindrical-coordinate representation of color #F625BD: hue angle of 316.36º 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 #F625BD is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 189 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.04 |
| HSL | 316.36º | 0.92% | 0.55% | - |
| HSV(B) | 316.36º | 0.85% | 0.96% | - |
| XYZ | 47.85 | 24.59 | 50.37 | - |
| YUV | 116.82 | 168.74 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 189 | 0 | 0.85 | 0.23 | 0.04 | 316.36 | 0.92 | 0.55 |
| Hex | F6 | 25 | BD | 0 | 55 | 17 | 4 | 13C | 5C | 37 |
| Octal | 366 | 45 | 275 | 0 | 125 | 27 | 4 | 474 | 134 | 67 |
| Binary | 11110110 | 100101 | 10111101 | 0 | 1010101 | 10111 | 100 | 100111100 | 1011100 | 110111 |
Color Harmonies of #F625BD
Complementary color
Monochromatic Colors of #F625BD
Black with #F625BD
Text Example
Text Example
White with #F625BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F625BD; }
p { color: rgb(246,37,189); }
H1.HeaderClassName
{
color: #F625BD;
}
.AnyTagClassName
{
color: #F625BD;
}
</style>
background-color css
<style>
a { background-color: #F625BD; }
a { background-color: rgb(246,37,189); }
div.DivClassName
{
background-color: #F625BD;
}
.BgClassName
{
background-color: #F625BD;
}
</style>
border-color css
<style>
span { border-color: #F625BD; }
span { border-color: rgb(246,37,189); }
td.TdClassName
{
border-color: #F625BD;
}
.TagClassName
{
border-color: #F625BD;
}
</style>