Shades of Persian Pink #FF7BBB
Tints of Persian Pink #FF7BBB
RGB
CMYK
RGB Variations
Color information
#FF7BBB (or 0xFF7BBB) is known color: Persian Pink. HEX triplet: FF, 7B and BB. RGB value is (255,123,187). Sum of RGB (Red+Green+Blue) = 255+123+187=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BBB is #008444. Grayscale: #A9A9A9. Windows color (decimal): -33861 or 12286975. OLE color: 12286975.
HSL color Cylindrical-coordinate representation of color #FF7BBB: hue angle of 330.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BBB is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 187 | - |
| CMYK | 0 | 0.52 | 0.27 | 0 |
| HSL | 330.91º | 1% | 0.74% | - |
| HSV(B) | 330.91º | 0.52% | 1% | - |
| XYZ | 57.29 | 39.01 | 51.52 | - |
| YUV | 169.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 187 | 0 | 0.52 | 0.27 | 0 | 330.91 | 1 | 0.74 |
| Hex | FF | 7B | BB | 0 | 34 | 1B | 0 | 14B | 64 | 4A |
| Octal | 377 | 173 | 273 | 0 | 64 | 33 | 0 | 513 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10111011 | 0 | 110100 | 11011 | 0 | 101001011 | 1100100 | 1001010 |
Color Harmonies of #FF7BBB
Complementary color
Monochromatic Colors of #FF7BBB
Black with #FF7BBB
Text Example
Text Example
White with #FF7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BBB; }
p { color: rgb(255,123,187); }
H1.HeaderClassName
{
color: #FF7BBB;
}
.AnyTagClassName
{
color: #FF7BBB;
}
</style>
background-color css
<style>
a { background-color: #FF7BBB; }
a { background-color: rgb(255,123,187); }
div.DivClassName
{
background-color: #FF7BBB;
}
.BgClassName
{
background-color: #FF7BBB;
}
</style>
border-color css
<style>
span { border-color: #FF7BBB; }
span { border-color: rgb(255,123,187); }
td.TdClassName
{
border-color: #FF7BBB;
}
.TagClassName
{
border-color: #FF7BBB;
}
</style>