Shades of Persian Pink #F679B2
Tints of Persian Pink #F679B2
RGB
CMYK
RGB Variations
Color information
#F679B2 (or 0xF679B2) is known color: Persian Pink. HEX triplet: F6, 79 and B2. RGB value is (246,121,178). Sum of RGB (Red+Green+Blue) = 246+121+178=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F679B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F679B2 is #09864D. Grayscale: #A4A4A4. Windows color (decimal): -624206 or 11696630. OLE color: 11696630.
HSL color Cylindrical-coordinate representation of color #F679B2: hue angle of 332.64º 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 #F679B2 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 178 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.04 |
| HSL | 332.64º | 0.87% | 0.72% | - |
| HSV(B) | 332.64º | 0.51% | 0.96% | - |
| XYZ | 52.88 | 36.48 | 46.37 | - |
| YUV | 164.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 178 | 0 | 0.51 | 0.28 | 0.04 | 332.64 | 0.87 | 0.72 |
| Hex | F6 | 79 | B2 | 0 | 33 | 1C | 4 | 14D | 57 | 48 |
| Octal | 366 | 171 | 262 | 0 | 63 | 34 | 4 | 515 | 127 | 110 |
| Binary | 11110110 | 1111001 | 10110010 | 0 | 110011 | 11100 | 100 | 101001101 | 1010111 | 1001000 |
Color Harmonies of #F679B2
Complementary color
Monochromatic Colors of #F679B2
Black with #F679B2
Text Example
Text Example
White with #F679B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679B2; }
p { color: rgb(246,121,178); }
H1.HeaderClassName
{
color: #F679B2;
}
.AnyTagClassName
{
color: #F679B2;
}
</style>
background-color css
<style>
a { background-color: #F679B2; }
a { background-color: rgb(246,121,178); }
div.DivClassName
{
background-color: #F679B2;
}
.BgClassName
{
background-color: #F679B2;
}
</style>
border-color css
<style>
span { border-color: #F679B2; }
span { border-color: rgb(246,121,178); }
td.TdClassName
{
border-color: #F679B2;
}
.TagClassName
{
border-color: #F679B2;
}
</style>