Shades of Persian Pink #F679BC
Tints of Persian Pink #F679BC
RGB
CMYK
RGB Variations
Color information
#F679BC (or 0xF679BC) is known color: Persian Pink. HEX triplet: F6, 79 and BC. RGB value is (246,121,188). Sum of RGB (Red+Green+Blue) = 246+121+188=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F679BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679BC is #098643. Grayscale: #A5A5A5. Windows color (decimal): -624196 or 12351990. OLE color: 12351990.
HSL color Cylindrical-coordinate representation of color #F679BC: hue angle of 327.84º 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 #F679BC is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 188 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.04 |
| HSL | 327.84º | 0.87% | 0.72% | - |
| HSV(B) | 327.84º | 0.51% | 0.96% | - |
| XYZ | 53.92 | 36.9 | 51.86 | - |
| YUV | 166.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 188 | 0 | 0.51 | 0.24 | 0.04 | 327.84 | 0.87 | 0.72 |
| Hex | F6 | 79 | BC | 0 | 33 | 18 | 4 | 148 | 57 | 48 |
| Octal | 366 | 171 | 274 | 0 | 63 | 30 | 4 | 510 | 127 | 110 |
| Binary | 11110110 | 1111001 | 10111100 | 0 | 110011 | 11000 | 100 | 101001000 | 1010111 | 1001000 |
Color Harmonies of #F679BC
Complementary color
Monochromatic Colors of #F679BC
Black with #F679BC
Text Example
Text Example
White with #F679BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679BC; }
p { color: rgb(246,121,188); }
H1.HeaderClassName
{
color: #F679BC;
}
.AnyTagClassName
{
color: #F679BC;
}
</style>
background-color css
<style>
a { background-color: #F679BC; }
a { background-color: rgb(246,121,188); }
div.DivClassName
{
background-color: #F679BC;
}
.BgClassName
{
background-color: #F679BC;
}
</style>
border-color css
<style>
span { border-color: #F679BC; }
span { border-color: rgb(246,121,188); }
td.TdClassName
{
border-color: #F679BC;
}
.TagClassName
{
border-color: #F679BC;
}
</style>