Shades of Persian Pink #FF7DBA
Tints of Persian Pink #FF7DBA
RGB
CMYK
RGB Variations
Color information
#FF7DBA (or 0xFF7DBA) is known color: Persian Pink. HEX triplet: FF, 7D and BA. RGB value is (255,125,186). Sum of RGB (Red+Green+Blue) = 255+125+186=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DBA is #008245. Grayscale: #AAAAAA. Windows color (decimal): -33350 or 12221951. OLE color: 12221951.
HSL color Cylindrical-coordinate representation of color #FF7DBA: hue angle of 331.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DBA is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 186 | - |
| CMYK | 0 | 0.51 | 0.27 | 0 |
| HSL | 331.85º | 1% | 0.75% | - |
| HSV(B) | 331.85º | 0.51% | 1% | - |
| XYZ | 57.44 | 39.47 | 51.05 | - |
| YUV | 170.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 186 | 0 | 0.51 | 0.27 | 0 | 331.85 | 1 | 0.75 |
| Hex | FF | 7D | BA | 0 | 33 | 1B | 0 | 14C | 64 | 4B |
| Octal | 377 | 175 | 272 | 0 | 63 | 33 | 0 | 514 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10111010 | 0 | 110011 | 11011 | 0 | 101001100 | 1100100 | 1001011 |
Color Harmonies of #FF7DBA
Complementary color
Monochromatic Colors of #FF7DBA
Black with #FF7DBA
Text Example
Text Example
White with #FF7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DBA; }
p { color: rgb(255,125,186); }
H1.HeaderClassName
{
color: #FF7DBA;
}
.AnyTagClassName
{
color: #FF7DBA;
}
</style>
background-color css
<style>
a { background-color: #FF7DBA; }
a { background-color: rgb(255,125,186); }
div.DivClassName
{
background-color: #FF7DBA;
}
.BgClassName
{
background-color: #FF7DBA;
}
</style>
border-color css
<style>
span { border-color: #FF7DBA; }
span { border-color: rgb(255,125,186); }
td.TdClassName
{
border-color: #FF7DBA;
}
.TagClassName
{
border-color: #FF7DBA;
}
</style>