Shades of Persian Pink #F679BB
Tints of Persian Pink #F679BB
RGB
CMYK
RGB Variations
Color information
#F679BB (or 0xF679BB) is known color: Persian Pink. HEX triplet: F6, 79 and BB. RGB value is (246,121,187). Sum of RGB (Red+Green+Blue) = 246+121+187=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F679BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679BB is #098644. Grayscale: #A5A5A5. Windows color (decimal): -624197 or 12286454. OLE color: 12286454.
HSL color Cylindrical-coordinate representation of color #F679BB: hue angle of 328.32º 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 #F679BB is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 187 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.04 |
| HSL | 328.32º | 0.87% | 0.72% | - |
| HSV(B) | 328.32º | 0.51% | 0.96% | - |
| XYZ | 53.81 | 36.86 | 51.29 | - |
| YUV | 165.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 187 | 0 | 0.51 | 0.24 | 0.04 | 328.32 | 0.87 | 0.72 |
| Hex | F6 | 79 | BB | 0 | 33 | 18 | 4 | 148 | 57 | 48 |
| Octal | 366 | 171 | 273 | 0 | 63 | 30 | 4 | 510 | 127 | 110 |
| Binary | 11110110 | 1111001 | 10111011 | 0 | 110011 | 11000 | 100 | 101001000 | 1010111 | 1001000 |
Color Harmonies of #F679BB
Complementary color
Monochromatic Colors of #F679BB
Black with #F679BB
Text Example
Text Example
White with #F679BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679BB; }
p { color: rgb(246,121,187); }
H1.HeaderClassName
{
color: #F679BB;
}
.AnyTagClassName
{
color: #F679BB;
}
</style>
background-color css
<style>
a { background-color: #F679BB; }
a { background-color: rgb(246,121,187); }
div.DivClassName
{
background-color: #F679BB;
}
.BgClassName
{
background-color: #F679BB;
}
</style>
border-color css
<style>
span { border-color: #F679BB; }
span { border-color: rgb(246,121,187); }
td.TdClassName
{
border-color: #F679BB;
}
.TagClassName
{
border-color: #F679BB;
}
</style>