Shades of Spicy Pink #FB25AC
Tints of Spicy Pink #FB25AC
RGB
CMYK
RGB Variations
Color information
#FB25AC (or 0xFB25AC) is known color: Spicy Pink. HEX triplet: FB, 25 and AC. RGB value is (251,37,172). Sum of RGB (Red+Green+Blue) = 251+37+172=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB25AC is #04DA53. Grayscale: #747474. Windows color (decimal): -318036 or 11281915. OLE color: 11281915.
HSL color Cylindrical-coordinate representation of color #FB25AC: hue angle of 322.15º 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 #FB25AC is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 172 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.02 |
| HSL | 322.15º | 0.96% | 0.56% | - |
| HSV(B) | 322.15º | 0.85% | 0.98% | - |
| XYZ | 47.89 | 24.81 | 41.29 | - |
| YUV | 116.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 172 | 0 | 0.85 | 0.31 | 0.02 | 322.15 | 0.96 | 0.56 |
| Hex | FB | 25 | AC | 0 | 55 | 1F | 2 | 142 | 60 | 38 |
| Octal | 373 | 45 | 254 | 0 | 125 | 37 | 2 | 502 | 140 | 70 |
| Binary | 11111011 | 100101 | 10101100 | 0 | 1010101 | 11111 | 10 | 101000010 | 1100000 | 111000 |
Color Harmonies of #FB25AC
Complementary color
Monochromatic Colors of #FB25AC
Black with #FB25AC
Text Example
Text Example
White with #FB25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25AC; }
p { color: rgb(251,37,172); }
H1.HeaderClassName
{
color: #FB25AC;
}
.AnyTagClassName
{
color: #FB25AC;
}
</style>
background-color css
<style>
a { background-color: #FB25AC; }
a { background-color: rgb(251,37,172); }
div.DivClassName
{
background-color: #FB25AC;
}
.BgClassName
{
background-color: #FB25AC;
}
</style>
border-color css
<style>
span { border-color: #FB25AC; }
span { border-color: rgb(251,37,172); }
td.TdClassName
{
border-color: #FB25AC;
}
.TagClassName
{
border-color: #FB25AC;
}
</style>