Shades of Persian Pink #FF7CBA
Tints of Persian Pink #FF7CBA
RGB
CMYK
RGB Variations
Color information
#FF7CBA (or 0xFF7CBA) is known color: Persian Pink. HEX triplet: FF, 7C and BA. RGB value is (255,124,186). Sum of RGB (Red+Green+Blue) = 255+124+186=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CBA is #008345. Grayscale: #AAAAAA. Windows color (decimal): -33606 or 12221695. OLE color: 12221695.
HSL color Cylindrical-coordinate representation of color #FF7CBA: hue angle of 331.6º 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 #FF7CBA is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 186 | - |
| CMYK | 0 | 0.51 | 0.27 | 0 |
| HSL | 331.6º | 1% | 0.74% | - |
| HSV(B) | 331.6º | 0.51% | 1% | - |
| XYZ | 57.31 | 39.22 | 51 | - |
| YUV | 170.24 | 136.9 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 186 | 0 | 0.51 | 0.27 | 0 | 331.6 | 1 | 0.74 |
| Hex | FF | 7C | BA | 0 | 33 | 1B | 0 | 14C | 64 | 4A |
| Octal | 377 | 174 | 272 | 0 | 63 | 33 | 0 | 514 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10111010 | 0 | 110011 | 11011 | 0 | 101001100 | 1100100 | 1001010 |
Color Harmonies of #FF7CBA
Complementary color
Monochromatic Colors of #FF7CBA
Black with #FF7CBA
Text Example
Text Example
White with #FF7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CBA; }
p { color: rgb(255,124,186); }
H1.HeaderClassName
{
color: #FF7CBA;
}
.AnyTagClassName
{
color: #FF7CBA;
}
</style>
background-color css
<style>
a { background-color: #FF7CBA; }
a { background-color: rgb(255,124,186); }
div.DivClassName
{
background-color: #FF7CBA;
}
.BgClassName
{
background-color: #FF7CBA;
}
</style>
border-color css
<style>
span { border-color: #FF7CBA; }
span { border-color: rgb(255,124,186); }
td.TdClassName
{
border-color: #FF7CBA;
}
.TagClassName
{
border-color: #FF7CBA;
}
</style>