Shades of Spicy Pink #FB25BC
Tints of Spicy Pink #FB25BC
RGB
CMYK
RGB Variations
Color information
#FB25BC (or 0xFB25BC) is known color: Spicy Pink. HEX triplet: FB, 25 and BC. RGB value is (251,37,188). Sum of RGB (Red+Green+Blue) = 251+37+188=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB25BC is #04DA43. Grayscale: #757575. Windows color (decimal): -318020 or 12330491. OLE color: 12330491.
HSL color Cylindrical-coordinate representation of color #FB25BC: hue angle of 317.66º 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 #FB25BC is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 188 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.02 |
| HSL | 317.66º | 0.96% | 0.56% | - |
| HSV(B) | 317.66º | 0.85% | 0.98% | - |
| XYZ | 49.52 | 25.46 | 49.88 | - |
| YUV | 118.2 | 167.4 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 188 | 0 | 0.85 | 0.25 | 0.02 | 317.66 | 0.96 | 0.56 |
| Hex | FB | 25 | BC | 0 | 55 | 19 | 2 | 13E | 60 | 38 |
| Octal | 373 | 45 | 274 | 0 | 125 | 31 | 2 | 476 | 140 | 70 |
| Binary | 11111011 | 100101 | 10111100 | 0 | 1010101 | 11001 | 10 | 100111110 | 1100000 | 111000 |
Color Harmonies of #FB25BC
Complementary color
Monochromatic Colors of #FB25BC
Black with #FB25BC
Text Example
Text Example
White with #FB25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25BC; }
p { color: rgb(251,37,188); }
H1.HeaderClassName
{
color: #FB25BC;
}
.AnyTagClassName
{
color: #FB25BC;
}
</style>
background-color css
<style>
a { background-color: #FB25BC; }
a { background-color: rgb(251,37,188); }
div.DivClassName
{
background-color: #FB25BC;
}
.BgClassName
{
background-color: #FB25BC;
}
</style>
border-color css
<style>
span { border-color: #FB25BC; }
span { border-color: rgb(251,37,188); }
td.TdClassName
{
border-color: #FB25BC;
}
.TagClassName
{
border-color: #FB25BC;
}
</style>