Shades of Persian Pink #FB75BA
Tints of Persian Pink #FB75BA
RGB
CMYK
RGB Variations
Color information
#FB75BA (or 0xFB75BA) is known color: Persian Pink. HEX triplet: FB, 75 and BA. RGB value is (251,117,186). Sum of RGB (Red+Green+Blue) = 251+117+186=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75BA is #048A45. Grayscale: #A4A4A4. Windows color (decimal): -297542 or 12219899. OLE color: 12219899.
HSL color Cylindrical-coordinate representation of color #FB75BA: hue angle of 329.1º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB75BA is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 186 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.02 |
| HSL | 329.1º | 0.94% | 0.72% | - |
| HSV(B) | 329.1º | 0.53% | 0.98% | - |
| XYZ | 55.01 | 36.78 | 50.65 | - |
| YUV | 164.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 186 | 0 | 0.53 | 0.26 | 0.02 | 329.1 | 0.94 | 0.72 |
| Hex | FB | 75 | BA | 0 | 35 | 1A | 2 | 149 | 5E | 48 |
| Octal | 373 | 165 | 272 | 0 | 65 | 32 | 2 | 511 | 136 | 110 |
| Binary | 11111011 | 1110101 | 10111010 | 0 | 110101 | 11010 | 10 | 101001001 | 1011110 | 1001000 |
Color Harmonies of #FB75BA
Complementary color
Monochromatic Colors of #FB75BA
Black with #FB75BA
Text Example
Text Example
White with #FB75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB75BA; }
p { color: rgb(251,117,186); }
H1.HeaderClassName
{
color: #FB75BA;
}
.AnyTagClassName
{
color: #FB75BA;
}
</style>
background-color css
<style>
a { background-color: #FB75BA; }
a { background-color: rgb(251,117,186); }
div.DivClassName
{
background-color: #FB75BA;
}
.BgClassName
{
background-color: #FB75BA;
}
</style>
border-color css
<style>
span { border-color: #FB75BA; }
span { border-color: rgb(251,117,186); }
td.TdClassName
{
border-color: #FB75BA;
}
.TagClassName
{
border-color: #FB75BA;
}
</style>