Shades of Persian Pink #FB74BA
Tints of Persian Pink #FB74BA
RGB
CMYK
RGB Variations
Color information
#FB74BA (or 0xFB74BA) is known color: Persian Pink. HEX triplet: FB, 74 and BA. RGB value is (251,116,186). Sum of RGB (Red+Green+Blue) = 251+116+186=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74BA is #048B45. Grayscale: #A4A4A4. Windows color (decimal): -297798 or 12219643. OLE color: 12219643.
HSL color Cylindrical-coordinate representation of color #FB74BA: hue angle of 328.89º 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 #FB74BA is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 186 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.02 |
| HSL | 328.89º | 0.94% | 0.72% | - |
| HSV(B) | 328.89º | 0.54% | 0.98% | - |
| XYZ | 54.89 | 36.55 | 50.62 | - |
| YUV | 164.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 186 | 0 | 0.54 | 0.26 | 0.02 | 328.89 | 0.94 | 0.72 |
| Hex | FB | 74 | BA | 0 | 36 | 1A | 2 | 149 | 5E | 48 |
| Octal | 373 | 164 | 272 | 0 | 66 | 32 | 2 | 511 | 136 | 110 |
| Binary | 11111011 | 1110100 | 10111010 | 0 | 110110 | 11010 | 10 | 101001001 | 1011110 | 1001000 |
Color Harmonies of #FB74BA
Complementary color
Monochromatic Colors of #FB74BA
Black with #FB74BA
Text Example
Text Example
White with #FB74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74BA; }
p { color: rgb(251,116,186); }
H1.HeaderClassName
{
color: #FB74BA;
}
.AnyTagClassName
{
color: #FB74BA;
}
</style>
background-color css
<style>
a { background-color: #FB74BA; }
a { background-color: rgb(251,116,186); }
div.DivClassName
{
background-color: #FB74BA;
}
.BgClassName
{
background-color: #FB74BA;
}
</style>
border-color css
<style>
span { border-color: #FB74BA; }
span { border-color: rgb(251,116,186); }
td.TdClassName
{
border-color: #FB74BA;
}
.TagClassName
{
border-color: #FB74BA;
}
</style>