Shades of Persian Pink #F673BF
Tints of Persian Pink #F673BF
RGB
CMYK
RGB Variations
Color information
#F673BF (or 0xF673BF) is known color: Persian Pink. HEX triplet: F6, 73 and BF. RGB value is (246,115,191). Sum of RGB (Red+Green+Blue) = 246+115+191=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F673BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673BF is #098C40. Grayscale: #A2A2A2. Windows color (decimal): -625729 or 12547062. OLE color: 12547062.
HSL color Cylindrical-coordinate representation of color #F673BF: hue angle of 325.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F673BF is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 191 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.04 |
| HSL | 325.19º | 0.88% | 0.71% | - |
| HSV(B) | 325.19º | 0.53% | 0.96% | - |
| XYZ | 53.54 | 35.62 | 53.34 | - |
| YUV | 162.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 191 | 0 | 0.53 | 0.22 | 0.04 | 325.19 | 0.88 | 0.71 |
| Hex | F6 | 73 | BF | 0 | 35 | 16 | 4 | 145 | 58 | 47 |
| Octal | 366 | 163 | 277 | 0 | 65 | 26 | 4 | 505 | 130 | 107 |
| Binary | 11110110 | 1110011 | 10111111 | 0 | 110101 | 10110 | 100 | 101000101 | 1011000 | 1000111 |
Color Harmonies of #F673BF
Complementary color
Monochromatic Colors of #F673BF
Black with #F673BF
Text Example
Text Example
White with #F673BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673BF; }
p { color: rgb(246,115,191); }
H1.HeaderClassName
{
color: #F673BF;
}
.AnyTagClassName
{
color: #F673BF;
}
</style>
background-color css
<style>
a { background-color: #F673BF; }
a { background-color: rgb(246,115,191); }
div.DivClassName
{
background-color: #F673BF;
}
.BgClassName
{
background-color: #F673BF;
}
</style>
border-color css
<style>
span { border-color: #F673BF; }
span { border-color: rgb(246,115,191); }
td.TdClassName
{
border-color: #F673BF;
}
.TagClassName
{
border-color: #F673BF;
}
</style>