Shades of Persian Pink #F785BD
Tints of Persian Pink #F785BD
RGB
CMYK
RGB Variations
Color information
#F785BD (or 0xF785BD) is known color: Persian Pink. HEX triplet: F7, 85 and BD. RGB value is (247,133,189). Sum of RGB (Red+Green+Blue) = 247+133+189=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F785BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785BD is #087A42. Grayscale: #ADADAD. Windows color (decimal): -555587 or 12420599. OLE color: 12420599.
HSL color Cylindrical-coordinate representation of color #F785BD: hue angle of 330.53º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785BD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 189 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.03 |
| HSL | 330.53º | 0.88% | 0.75% | - |
| HSV(B) | 330.53º | 0.46% | 0.97% | - |
| XYZ | 55.93 | 40.22 | 52.96 | - |
| YUV | 173.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 189 | 0 | 0.46 | 0.23 | 0.03 | 330.53 | 0.88 | 0.75 |
| Hex | F7 | 85 | BD | 0 | 2E | 17 | 3 | 14B | 58 | 4B |
| Octal | 367 | 205 | 275 | 0 | 56 | 27 | 3 | 513 | 130 | 113 |
| Binary | 11110111 | 10000101 | 10111101 | 0 | 101110 | 10111 | 11 | 101001011 | 1011000 | 1001011 |
Color Harmonies of #F785BD
Complementary color
Monochromatic Colors of #F785BD
Black with #F785BD
Text Example
Text Example
White with #F785BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785BD; }
p { color: rgb(247,133,189); }
H1.HeaderClassName
{
color: #F785BD;
}
.AnyTagClassName
{
color: #F785BD;
}
</style>
background-color css
<style>
a { background-color: #F785BD; }
a { background-color: rgb(247,133,189); }
div.DivClassName
{
background-color: #F785BD;
}
.BgClassName
{
background-color: #F785BD;
}
</style>
border-color css
<style>
span { border-color: #F785BD; }
span { border-color: rgb(247,133,189); }
td.TdClassName
{
border-color: #F785BD;
}
.TagClassName
{
border-color: #F785BD;
}
</style>