Shades of Persian Pink #FB73BB
Tints of Persian Pink #FB73BB
RGB
CMYK
RGB Variations
Color information
#FB73BB (or 0xFB73BB) is known color: Persian Pink. HEX triplet: FB, 73 and BB. RGB value is (251,115,187). Sum of RGB (Red+Green+Blue) = 251+115+187=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73BB is #048C44. Grayscale: #A3A3A3. Windows color (decimal): -298053 or 12284923. OLE color: 12284923.
HSL color Cylindrical-coordinate representation of color #FB73BB: hue angle of 328.24º 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 #FB73BB is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 187 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.02 |
| HSL | 328.24º | 0.94% | 0.72% | - |
| HSV(B) | 328.24º | 0.54% | 0.98% | - |
| XYZ | 54.88 | 36.36 | 51.14 | - |
| YUV | 163.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 187 | 0 | 0.54 | 0.25 | 0.02 | 328.24 | 0.94 | 0.72 |
| Hex | FB | 73 | BB | 0 | 36 | 19 | 2 | 148 | 5E | 48 |
| Octal | 373 | 163 | 273 | 0 | 66 | 31 | 2 | 510 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10111011 | 0 | 110110 | 11001 | 10 | 101001000 | 1011110 | 1001000 |
Color Harmonies of #FB73BB
Complementary color
Monochromatic Colors of #FB73BB
Black with #FB73BB
Text Example
Text Example
White with #FB73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73BB; }
p { color: rgb(251,115,187); }
H1.HeaderClassName
{
color: #FB73BB;
}
.AnyTagClassName
{
color: #FB73BB;
}
</style>
background-color css
<style>
a { background-color: #FB73BB; }
a { background-color: rgb(251,115,187); }
div.DivClassName
{
background-color: #FB73BB;
}
.BgClassName
{
background-color: #FB73BB;
}
</style>
border-color css
<style>
span { border-color: #FB73BB; }
span { border-color: rgb(251,115,187); }
td.TdClassName
{
border-color: #FB73BB;
}
.TagClassName
{
border-color: #FB73BB;
}
</style>