Shades of Persian Pink #FF7BB5
Tints of Persian Pink #FF7BB5
RGB
CMYK
RGB Variations
Color information
#FF7BB5 (or 0xFF7BB5) is known color: Persian Pink. HEX triplet: FF, 7B and B5. RGB value is (255,123,181). Sum of RGB (Red+Green+Blue) = 255+123+181=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BB5 is #00844A. Grayscale: #A8A8A8. Windows color (decimal): -33867 or 11893759. OLE color: 11893759.
HSL color Cylindrical-coordinate representation of color #FF7BB5: hue angle of 333.64º 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 #FF7BB5 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 181 | - |
| CMYK | 0 | 0.52 | 0.29 | 0 |
| HSL | 333.64º | 1% | 0.74% | - |
| HSV(B) | 333.64º | 0.52% | 1% | - |
| XYZ | 56.66 | 38.76 | 48.21 | - |
| YUV | 169.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 181 | 0 | 0.52 | 0.29 | 0 | 333.64 | 1 | 0.74 |
| Hex | FF | 7B | B5 | 0 | 34 | 1D | 0 | 14E | 64 | 4A |
| Octal | 377 | 173 | 265 | 0 | 64 | 35 | 0 | 516 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10110101 | 0 | 110100 | 11101 | 0 | 101001110 | 1100100 | 1001010 |
Color Harmonies of #FF7BB5
Complementary color
Monochromatic Colors of #FF7BB5
Black with #FF7BB5
Text Example
Text Example
White with #FF7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BB5; }
p { color: rgb(255,123,181); }
H1.HeaderClassName
{
color: #FF7BB5;
}
.AnyTagClassName
{
color: #FF7BB5;
}
</style>
background-color css
<style>
a { background-color: #FF7BB5; }
a { background-color: rgb(255,123,181); }
div.DivClassName
{
background-color: #FF7BB5;
}
.BgClassName
{
background-color: #FF7BB5;
}
</style>
border-color css
<style>
span { border-color: #FF7BB5; }
span { border-color: rgb(255,123,181); }
td.TdClassName
{
border-color: #FF7BB5;
}
.TagClassName
{
border-color: #FF7BB5;
}
</style>