Shades of Persian Pink #FB7AC2
Tints of Persian Pink #FB7AC2
RGB
CMYK
RGB Variations
Color information
#FB7AC2 (or 0xFB7AC2) is known color: Persian Pink. HEX triplet: FB, 7A and C2. RGB value is (251,122,194). Sum of RGB (Red+Green+Blue) = 251+122+194=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AC2 is #04853D. Grayscale: #A8A8A8. Windows color (decimal): -296254 or 12745467. OLE color: 12745467.
HSL color Cylindrical-coordinate representation of color #FB7AC2: hue angle of 326.51º 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 #FB7AC2 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 194 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.02 |
| HSL | 326.51º | 0.94% | 0.73% | - |
| HSV(B) | 326.51º | 0.51% | 0.98% | - |
| XYZ | 56.48 | 38.32 | 55.46 | - |
| YUV | 168.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 194 | 0 | 0.51 | 0.23 | 0.02 | 326.51 | 0.94 | 0.73 |
| Hex | FB | 7A | C2 | 0 | 33 | 17 | 2 | 147 | 5E | 49 |
| Octal | 373 | 172 | 302 | 0 | 63 | 27 | 2 | 507 | 136 | 111 |
| Binary | 11111011 | 1111010 | 11000010 | 0 | 110011 | 10111 | 10 | 101000111 | 1011110 | 1001001 |
Color Harmonies of #FB7AC2
Complementary color
Monochromatic Colors of #FB7AC2
Black with #FB7AC2
Text Example
Text Example
White with #FB7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7AC2; }
p { color: rgb(251,122,194); }
H1.HeaderClassName
{
color: #FB7AC2;
}
.AnyTagClassName
{
color: #FB7AC2;
}
</style>
background-color css
<style>
a { background-color: #FB7AC2; }
a { background-color: rgb(251,122,194); }
div.DivClassName
{
background-color: #FB7AC2;
}
.BgClassName
{
background-color: #FB7AC2;
}
</style>
border-color css
<style>
span { border-color: #FB7AC2; }
span { border-color: rgb(251,122,194); }
td.TdClassName
{
border-color: #FB7AC2;
}
.TagClassName
{
border-color: #FB7AC2;
}
</style>