Shades of Persian Pink #FF7BC0
Tints of Persian Pink #FF7BC0
RGB
CMYK
RGB Variations
Color information
#FF7BC0 (or 0xFF7BC0) is known color: Persian Pink. HEX triplet: FF, 7B and C0. RGB value is (255,123,192). Sum of RGB (Red+Green+Blue) = 255+123+192=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BC0 is #00843F. Grayscale: #AAAAAA. Windows color (decimal): -33856 or 12614655. OLE color: 12614655.
HSL color Cylindrical-coordinate representation of color #FF7BC0: hue angle of 328.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 #FF7BC0 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 192 | - |
| CMYK | 0 | 0.52 | 0.25 | 0 |
| HSL | 328.64º | 1% | 0.74% | - |
| HSV(B) | 328.64º | 0.52% | 1% | - |
| XYZ | 57.84 | 39.23 | 54.39 | - |
| YUV | 170.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 192 | 0 | 0.52 | 0.25 | 0 | 328.64 | 1 | 0.74 |
| Hex | FF | 7B | C0 | 0 | 34 | 19 | 0 | 149 | 64 | 4A |
| Octal | 377 | 173 | 300 | 0 | 64 | 31 | 0 | 511 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11000000 | 0 | 110100 | 11001 | 0 | 101001001 | 1100100 | 1001010 |
Color Harmonies of #FF7BC0
Complementary color
Monochromatic Colors of #FF7BC0
Black with #FF7BC0
Text Example
Text Example
White with #FF7BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BC0; }
p { color: rgb(255,123,192); }
H1.HeaderClassName
{
color: #FF7BC0;
}
.AnyTagClassName
{
color: #FF7BC0;
}
</style>
background-color css
<style>
a { background-color: #FF7BC0; }
a { background-color: rgb(255,123,192); }
div.DivClassName
{
background-color: #FF7BC0;
}
.BgClassName
{
background-color: #FF7BC0;
}
</style>
border-color css
<style>
span { border-color: #FF7BC0; }
span { border-color: rgb(255,123,192); }
td.TdClassName
{
border-color: #FF7BC0;
}
.TagClassName
{
border-color: #FF7BC0;
}
</style>