Shades of Spicy Pink #FB25BD
Tints of Spicy Pink #FB25BD
RGB
CMYK
RGB Variations
Color information
#FB25BD (or 0xFB25BD) is known color: Spicy Pink. HEX triplet: FB, 25 and BD. RGB value is (251,37,189). Sum of RGB (Red+Green+Blue) = 251+37+189=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB25BD is #04DA42. Grayscale: #757575. Windows color (decimal): -318019 or 12396027. OLE color: 12396027.
HSL color Cylindrical-coordinate representation of color #FB25BD: hue angle of 317.38º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25BD is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 189 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.02 |
| HSL | 317.38º | 0.96% | 0.56% | - |
| HSV(B) | 317.38º | 0.85% | 0.98% | - |
| XYZ | 49.63 | 25.51 | 50.45 | - |
| YUV | 118.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 189 | 0 | 0.85 | 0.25 | 0.02 | 317.38 | 0.96 | 0.56 |
| Hex | FB | 25 | BD | 0 | 55 | 19 | 2 | 13D | 60 | 38 |
| Octal | 373 | 45 | 275 | 0 | 125 | 31 | 2 | 475 | 140 | 70 |
| Binary | 11111011 | 100101 | 10111101 | 0 | 1010101 | 11001 | 10 | 100111101 | 1100000 | 111000 |
Color Harmonies of #FB25BD
Complementary color
Monochromatic Colors of #FB25BD
Black with #FB25BD
Text Example
Text Example
White with #FB25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25BD; }
p { color: rgb(251,37,189); }
H1.HeaderClassName
{
color: #FB25BD;
}
.AnyTagClassName
{
color: #FB25BD;
}
</style>
background-color css
<style>
a { background-color: #FB25BD; }
a { background-color: rgb(251,37,189); }
div.DivClassName
{
background-color: #FB25BD;
}
.BgClassName
{
background-color: #FB25BD;
}
</style>
border-color css
<style>
span { border-color: #FB25BD; }
span { border-color: rgb(251,37,189); }
td.TdClassName
{
border-color: #FB25BD;
}
.TagClassName
{
border-color: #FB25BD;
}
</style>