Shades of Persian Pink #FB7ABE
Tints of Persian Pink #FB7ABE
RGB
CMYK
RGB Variations
Color information
#FB7ABE (or 0xFB7ABE) is known color: Persian Pink. HEX triplet: FB, 7A and BE. RGB value is (251,122,190). Sum of RGB (Red+Green+Blue) = 251+122+190=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ABE is #048541. Grayscale: #A8A8A8. Windows color (decimal): -296258 or 12483323. OLE color: 12483323.
HSL color Cylindrical-coordinate representation of color #FB7ABE: hue angle of 328.37º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7ABE is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 190 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.02 |
| HSL | 328.37º | 0.94% | 0.73% | - |
| HSV(B) | 328.37º | 0.51% | 0.98% | - |
| XYZ | 56.04 | 38.15 | 53.12 | - |
| YUV | 168.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 190 | 0 | 0.51 | 0.24 | 0.02 | 328.37 | 0.94 | 0.73 |
| Hex | FB | 7A | BE | 0 | 33 | 18 | 2 | 148 | 5E | 49 |
| Octal | 373 | 172 | 276 | 0 | 63 | 30 | 2 | 510 | 136 | 111 |
| Binary | 11111011 | 1111010 | 10111110 | 0 | 110011 | 11000 | 10 | 101001000 | 1011110 | 1001001 |
Color Harmonies of #FB7ABE
Complementary color
Monochromatic Colors of #FB7ABE
Black with #FB7ABE
Text Example
Text Example
White with #FB7ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ABE; }
p { color: rgb(251,122,190); }
H1.HeaderClassName
{
color: #FB7ABE;
}
.AnyTagClassName
{
color: #FB7ABE;
}
</style>
background-color css
<style>
a { background-color: #FB7ABE; }
a { background-color: rgb(251,122,190); }
div.DivClassName
{
background-color: #FB7ABE;
}
.BgClassName
{
background-color: #FB7ABE;
}
</style>
border-color css
<style>
span { border-color: #FB7ABE; }
span { border-color: rgb(251,122,190); }
td.TdClassName
{
border-color: #FB7ABE;
}
.TagClassName
{
border-color: #FB7ABE;
}
</style>