Shades of Persian Pink #FF7CBB
Tints of Persian Pink #FF7CBB
RGB
CMYK
RGB Variations
Color information
#FF7CBB (or 0xFF7CBB) is known color: Persian Pink. HEX triplet: FF, 7C and BB. RGB value is (255,124,187). Sum of RGB (Red+Green+Blue) = 255+124+187=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CBB is #008344. Grayscale: #AAAAAA. Windows color (decimal): -33605 or 12287231. OLE color: 12287231.
HSL color Cylindrical-coordinate representation of color #FF7CBB: hue angle of 331.15º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CBB is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 187 | - |
| CMYK | 0 | 0.51 | 0.27 | 0 |
| HSL | 331.15º | 1% | 0.74% | - |
| HSV(B) | 331.15º | 0.51% | 1% | - |
| XYZ | 57.42 | 39.26 | 51.57 | - |
| YUV | 170.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 187 | 0 | 0.51 | 0.27 | 0 | 331.15 | 1 | 0.74 |
| Hex | FF | 7C | BB | 0 | 33 | 1B | 0 | 14B | 64 | 4A |
| Octal | 377 | 174 | 273 | 0 | 63 | 33 | 0 | 513 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10111011 | 0 | 110011 | 11011 | 0 | 101001011 | 1100100 | 1001010 |
Color Harmonies of #FF7CBB
Complementary color
Monochromatic Colors of #FF7CBB
Black with #FF7CBB
Text Example
Text Example
White with #FF7CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CBB; }
p { color: rgb(255,124,187); }
H1.HeaderClassName
{
color: #FF7CBB;
}
.AnyTagClassName
{
color: #FF7CBB;
}
</style>
background-color css
<style>
a { background-color: #FF7CBB; }
a { background-color: rgb(255,124,187); }
div.DivClassName
{
background-color: #FF7CBB;
}
.BgClassName
{
background-color: #FF7CBB;
}
</style>
border-color css
<style>
span { border-color: #FF7CBB; }
span { border-color: rgb(255,124,187); }
td.TdClassName
{
border-color: #FF7CBB;
}
.TagClassName
{
border-color: #FF7CBB;
}
</style>