Shades of Persian Pink #F672BA
Tints of Persian Pink #F672BA
RGB
CMYK
RGB Variations
Color information
#F672BA (or 0xF672BA) is known color: Persian Pink. HEX triplet: F6, 72 and BA. RGB value is (246,114,186). Sum of RGB (Red+Green+Blue) = 246+114+186=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F672BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672BA is #098D45. Grayscale: #A1A1A1. Windows color (decimal): -625990 or 12219126. OLE color: 12219126.
HSL color Cylindrical-coordinate representation of color #F672BA: hue angle of 327.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672BA is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 186 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.04 |
| HSL | 327.27º | 0.88% | 0.71% | - |
| HSV(B) | 327.27º | 0.54% | 0.96% | - |
| XYZ | 52.89 | 35.17 | 50.46 | - |
| YUV | 161.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 186 | 0 | 0.54 | 0.24 | 0.04 | 327.27 | 0.88 | 0.71 |
| Hex | F6 | 72 | BA | 0 | 36 | 18 | 4 | 147 | 58 | 47 |
| Octal | 366 | 162 | 272 | 0 | 66 | 30 | 4 | 507 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10111010 | 0 | 110110 | 11000 | 100 | 101000111 | 1011000 | 1000111 |
Color Harmonies of #F672BA
Complementary color
Monochromatic Colors of #F672BA
Black with #F672BA
Text Example
Text Example
White with #F672BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672BA; }
p { color: rgb(246,114,186); }
H1.HeaderClassName
{
color: #F672BA;
}
.AnyTagClassName
{
color: #F672BA;
}
</style>
background-color css
<style>
a { background-color: #F672BA; }
a { background-color: rgb(246,114,186); }
div.DivClassName
{
background-color: #F672BA;
}
.BgClassName
{
background-color: #F672BA;
}
</style>
border-color css
<style>
span { border-color: #F672BA; }
span { border-color: rgb(246,114,186); }
td.TdClassName
{
border-color: #F672BA;
}
.TagClassName
{
border-color: #F672BA;
}
</style>