Shades of Persian Pink #F679B5
Tints of Persian Pink #F679B5
RGB
CMYK
RGB Variations
Color information
#F679B5 (or 0xF679B5) is known color: Persian Pink. HEX triplet: F6, 79 and B5. RGB value is (246,121,181). Sum of RGB (Red+Green+Blue) = 246+121+181=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F679B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679B5 is #09864A. Grayscale: #A5A5A5. Windows color (decimal): -624203 or 11893238. OLE color: 11893238.
HSL color Cylindrical-coordinate representation of color #F679B5: hue angle of 331.2º 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 #F679B5 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 181 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.04 |
| HSL | 331.2º | 0.87% | 0.72% | - |
| HSV(B) | 331.2º | 0.51% | 0.96% | - |
| XYZ | 53.18 | 36.6 | 47.98 | - |
| YUV | 165.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 181 | 0 | 0.51 | 0.26 | 0.04 | 331.2 | 0.87 | 0.72 |
| Hex | F6 | 79 | B5 | 0 | 33 | 1A | 4 | 14B | 57 | 48 |
| Octal | 366 | 171 | 265 | 0 | 63 | 32 | 4 | 513 | 127 | 110 |
| Binary | 11110110 | 1111001 | 10110101 | 0 | 110011 | 11010 | 100 | 101001011 | 1010111 | 1001000 |
Color Harmonies of #F679B5
Complementary color
Monochromatic Colors of #F679B5
Black with #F679B5
Text Example
Text Example
White with #F679B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679B5; }
p { color: rgb(246,121,181); }
H1.HeaderClassName
{
color: #F679B5;
}
.AnyTagClassName
{
color: #F679B5;
}
</style>
background-color css
<style>
a { background-color: #F679B5; }
a { background-color: rgb(246,121,181); }
div.DivClassName
{
background-color: #F679B5;
}
.BgClassName
{
background-color: #F679B5;
}
</style>
border-color css
<style>
span { border-color: #F679B5; }
span { border-color: rgb(246,121,181); }
td.TdClassName
{
border-color: #F679B5;
}
.TagClassName
{
border-color: #F679B5;
}
</style>