Shades of Persian Pink #FB74BB
Tints of Persian Pink #FB74BB
RGB
CMYK
RGB Variations
Color information
#FB74BB (or 0xFB74BB) is known color: Persian Pink. HEX triplet: FB, 74 and BB. RGB value is (251,116,187). Sum of RGB (Red+Green+Blue) = 251+116+187=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74BB is #048B44. Grayscale: #A4A4A4. Windows color (decimal): -297797 or 12285179. OLE color: 12285179.
HSL color Cylindrical-coordinate representation of color #FB74BB: hue angle of 328.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB74BB is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 187 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.02 |
| HSL | 328.44º | 0.94% | 0.72% | - |
| HSV(B) | 328.44º | 0.54% | 0.98% | - |
| XYZ | 55 | 36.59 | 51.18 | - |
| YUV | 164.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 187 | 0 | 0.54 | 0.25 | 0.02 | 328.44 | 0.94 | 0.72 |
| Hex | FB | 74 | BB | 0 | 36 | 19 | 2 | 148 | 5E | 48 |
| Octal | 373 | 164 | 273 | 0 | 66 | 31 | 2 | 510 | 136 | 110 |
| Binary | 11111011 | 1110100 | 10111011 | 0 | 110110 | 11001 | 10 | 101001000 | 1011110 | 1001000 |
Color Harmonies of #FB74BB
Complementary color
Monochromatic Colors of #FB74BB
Black with #FB74BB
Text Example
Text Example
White with #FB74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74BB; }
p { color: rgb(251,116,187); }
H1.HeaderClassName
{
color: #FB74BB;
}
.AnyTagClassName
{
color: #FB74BB;
}
</style>
background-color css
<style>
a { background-color: #FB74BB; }
a { background-color: rgb(251,116,187); }
div.DivClassName
{
background-color: #FB74BB;
}
.BgClassName
{
background-color: #FB74BB;
}
</style>
border-color css
<style>
span { border-color: #FB74BB; }
span { border-color: rgb(251,116,187); }
td.TdClassName
{
border-color: #FB74BB;
}
.TagClassName
{
border-color: #FB74BB;
}
</style>