Shades of Persian Pink #F677BE
Tints of Persian Pink #F677BE
RGB
CMYK
RGB Variations
Color information
#F677BE (or 0xF677BE) is known color: Persian Pink. HEX triplet: F6, 77 and BE. RGB value is (246,119,190). Sum of RGB (Red+Green+Blue) = 246+119+190=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F677BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677BE is #098841. Grayscale: #A4A4A4. Windows color (decimal): -624706 or 12482550. OLE color: 12482550.
HSL color Cylindrical-coordinate representation of color #F677BE: hue angle of 326.46º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F677BE is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 190 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.04 |
| HSL | 326.46º | 0.88% | 0.72% | - |
| HSV(B) | 326.46º | 0.52% | 0.96% | - |
| XYZ | 53.9 | 36.5 | 52.92 | - |
| YUV | 165.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 190 | 0 | 0.52 | 0.23 | 0.04 | 326.46 | 0.88 | 0.72 |
| Hex | F6 | 77 | BE | 0 | 34 | 17 | 4 | 146 | 58 | 48 |
| Octal | 366 | 167 | 276 | 0 | 64 | 27 | 4 | 506 | 130 | 110 |
| Binary | 11110110 | 1110111 | 10111110 | 0 | 110100 | 10111 | 100 | 101000110 | 1011000 | 1001000 |
Color Harmonies of #F677BE
Complementary color
Monochromatic Colors of #F677BE
Black with #F677BE
Text Example
Text Example
White with #F677BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677BE; }
p { color: rgb(246,119,190); }
H1.HeaderClassName
{
color: #F677BE;
}
.AnyTagClassName
{
color: #F677BE;
}
</style>
background-color css
<style>
a { background-color: #F677BE; }
a { background-color: rgb(246,119,190); }
div.DivClassName
{
background-color: #F677BE;
}
.BgClassName
{
background-color: #F677BE;
}
</style>
border-color css
<style>
span { border-color: #F677BE; }
span { border-color: rgb(246,119,190); }
td.TdClassName
{
border-color: #F677BE;
}
.TagClassName
{
border-color: #F677BE;
}
</style>