Shades of Persian Pink #F679BA
Tints of Persian Pink #F679BA
RGB
CMYK
RGB Variations
Color information
#F679BA (or 0xF679BA) is known color: Persian Pink. HEX triplet: F6, 79 and BA. RGB value is (246,121,186). Sum of RGB (Red+Green+Blue) = 246+121+186=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F679BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679BA is #098645. Grayscale: #A5A5A5. Windows color (decimal): -624198 or 12220918. OLE color: 12220918.
HSL color Cylindrical-coordinate representation of color #F679BA: hue angle of 328.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F679BA is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 186 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.04 |
| HSL | 328.8º | 0.87% | 0.72% | - |
| HSV(B) | 328.8º | 0.51% | 0.96% | - |
| XYZ | 53.71 | 36.81 | 50.73 | - |
| YUV | 165.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 186 | 0 | 0.51 | 0.24 | 0.04 | 328.8 | 0.87 | 0.72 |
| Hex | F6 | 79 | BA | 0 | 33 | 18 | 4 | 149 | 57 | 48 |
| Octal | 366 | 171 | 272 | 0 | 63 | 30 | 4 | 511 | 127 | 110 |
| Binary | 11110110 | 1111001 | 10111010 | 0 | 110011 | 11000 | 100 | 101001001 | 1010111 | 1001000 |
Color Harmonies of #F679BA
Complementary color
Monochromatic Colors of #F679BA
Black with #F679BA
Text Example
Text Example
White with #F679BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679BA; }
p { color: rgb(246,121,186); }
H1.HeaderClassName
{
color: #F679BA;
}
.AnyTagClassName
{
color: #F679BA;
}
</style>
background-color css
<style>
a { background-color: #F679BA; }
a { background-color: rgb(246,121,186); }
div.DivClassName
{
background-color: #F679BA;
}
.BgClassName
{
background-color: #F679BA;
}
</style>
border-color css
<style>
span { border-color: #F679BA; }
span { border-color: rgb(246,121,186); }
td.TdClassName
{
border-color: #F679BA;
}
.TagClassName
{
border-color: #F679BA;
}
</style>