Shades of Persian Pink #FB73BD
Tints of Persian Pink #FB73BD
RGB
CMYK
RGB Variations
Color information
#FB73BD (or 0xFB73BD) is known color: Persian Pink. HEX triplet: FB, 73 and BD. RGB value is (251,115,189). Sum of RGB (Red+Green+Blue) = 251+115+189=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73BD is #048C42. Grayscale: #A3A3A3. Windows color (decimal): -298051 or 12415995. OLE color: 12415995.
HSL color Cylindrical-coordinate representation of color #FB73BD: hue angle of 327.35º 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 #FB73BD is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 189 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.02 |
| HSL | 327.35º | 0.94% | 0.72% | - |
| HSV(B) | 327.35º | 0.54% | 0.98% | - |
| XYZ | 55.1 | 36.44 | 52.27 | - |
| YUV | 164.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 189 | 0 | 0.54 | 0.25 | 0.02 | 327.35 | 0.94 | 0.72 |
| Hex | FB | 73 | BD | 0 | 36 | 19 | 2 | 147 | 5E | 48 |
| Octal | 373 | 163 | 275 | 0 | 66 | 31 | 2 | 507 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10111101 | 0 | 110110 | 11001 | 10 | 101000111 | 1011110 | 1001000 |
Color Harmonies of #FB73BD
Complementary color
Monochromatic Colors of #FB73BD
Black with #FB73BD
Text Example
Text Example
White with #FB73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73BD; }
p { color: rgb(251,115,189); }
H1.HeaderClassName
{
color: #FB73BD;
}
.AnyTagClassName
{
color: #FB73BD;
}
</style>
background-color css
<style>
a { background-color: #FB73BD; }
a { background-color: rgb(251,115,189); }
div.DivClassName
{
background-color: #FB73BD;
}
.BgClassName
{
background-color: #FB73BD;
}
</style>
border-color css
<style>
span { border-color: #FB73BD; }
span { border-color: rgb(251,115,189); }
td.TdClassName
{
border-color: #FB73BD;
}
.TagClassName
{
border-color: #FB73BD;
}
</style>