Shades of Persian Pink #F773BD
Tints of Persian Pink #F773BD
RGB
CMYK
RGB Variations
Color information
#F773BD (or 0xF773BD) is known color: Persian Pink. HEX triplet: F7, 73 and BD. RGB value is (247,115,189). Sum of RGB (Red+Green+Blue) = 247+115+189=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F773BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773BD is #088C42. Grayscale: #A2A2A2. Windows color (decimal): -560195 or 12415991. OLE color: 12415991.
HSL color Cylindrical-coordinate representation of color #F773BD: hue angle of 326.36º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773BD is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 189 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.03 |
| HSL | 326.36º | 0.89% | 0.71% | - |
| HSV(B) | 326.36º | 0.53% | 0.97% | - |
| XYZ | 53.67 | 35.71 | 52.21 | - |
| YUV | 162.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 189 | 0 | 0.53 | 0.23 | 0.03 | 326.36 | 0.89 | 0.71 |
| Hex | F7 | 73 | BD | 0 | 35 | 17 | 3 | 146 | 59 | 47 |
| Octal | 367 | 163 | 275 | 0 | 65 | 27 | 3 | 506 | 131 | 107 |
| Binary | 11110111 | 1110011 | 10111101 | 0 | 110101 | 10111 | 11 | 101000110 | 1011001 | 1000111 |
Color Harmonies of #F773BD
Complementary color
Monochromatic Colors of #F773BD
Black with #F773BD
Text Example
Text Example
White with #F773BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773BD; }
p { color: rgb(247,115,189); }
H1.HeaderClassName
{
color: #F773BD;
}
.AnyTagClassName
{
color: #F773BD;
}
</style>
background-color css
<style>
a { background-color: #F773BD; }
a { background-color: rgb(247,115,189); }
div.DivClassName
{
background-color: #F773BD;
}
.BgClassName
{
background-color: #F773BD;
}
</style>
border-color css
<style>
span { border-color: #F773BD; }
span { border-color: rgb(247,115,189); }
td.TdClassName
{
border-color: #F773BD;
}
.TagClassName
{
border-color: #F773BD;
}
</style>